From 7f4e6aaafa1796ce55d3c0e15b3e69436bafc6af Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Mon, 24 Feb 2014 19:31:14 +0100 Subject: [PATCH] Introduce new config option common_config('queue','daemon').Allows to dynamically enable scripts/queuedaemon.php into scripts/getvaliddaemons.php --- lib/default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.php b/lib/default.php index cedce64563..c5794565a3 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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/', -- 2.39.5