From: Jean Baptiste Favre Date: Mon, 24 Feb 2014 18:31:14 +0000 (+0100) Subject: Introduce new config option common_config('queue','daemon').Allows to dynamically... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f4e6aaafa1796ce55d3c0e15b3e69436bafc6af;p=quix0rs-gnu-social.git Introduce new config option common_config('queue','daemon').Allows to dynamically enable scripts/queuedaemon.php into scripts/getvaliddaemons.php --- 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/',