aboutsummaryrefslogtreecommitdiff
path: root/data/config.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'data/config.php.dist')
-rw-r--r--data/config.php.dist3
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