Introduce new config option common_config('queue','daemon').Allows to dynamically enable scripts/queuedaemon.php into scripts/getvaliddaemons.php

This commit is contained in:
Jean Baptiste Favre 2014-02-24 19:31:14 +01:00
parent bc554ea9c2
commit 7f4e6aaafa
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ $default =
'facility' => LOG_USER),
'queue' =>
array('enabled' => true,
'daemon' => false, # Use queuedaemon. Default to false
'subsystem' => 'db', # default to database, or 'stomp'
'stomp_server' => null,
'queue_basename' => '/queue/statusnet/',