Allow worker instances of multiple projects in parallel
[phinde.git] / data / config.php.dist
index dc1cff85131b3c524121e1c4607df2871851fe80..3c1ccea35f33e1910c01c6413ceaa5fb90bf20be 100644 (file)
@@ -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