diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-08-30 13:10:03 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-08-30 13:10:03 +0200 |
| commit | f77dad8f1dda382a23b9d22393e239be6c087a07 (patch) | |
| tree | 398d9d418ff62618ff6a54be93c8c30c0a17faf0 /data | |
| parent | ba1f6fc77827dba86b1ac0b62aa288dd0f977cb8 (diff) | |
| download | phinde-f77dad8f1dda382a23b9d22393e239be6c087a07.tar.gz phinde-f77dad8f1dda382a23b9d22393e239be6c087a07.zip | |
Allow worker instances of multiple projects in parallel
Change "queuePrefix" configuration in each project
Resolves: #5
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index dc1cff8..3c1ccea 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -19,5 +19,8 @@ $GLOBALS['phinde'] = array( //if directly linked URLs shall be indexed, even if they are // on a non-whitelisted domain 'indexNonAllowed' => true, + //prefix for the gearman queue names, needed when multiple instances + //are running in parallel + 'queuePrefix' => '', ); ?>
\ No newline at end of file |
