Introduce new config option common_config('queue','daemon').Allows to dynamically enable scripts/queuedaemon.php into scripts/getvaliddaemons.php
This commit is contained in:
parent
bc554ea9c2
commit
7f4e6aaafa
|
@ -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/',
|
||||
|
|
Loading…
Reference in New Issue
Block a user