]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Introduce new config option common_config('queue','daemon').Allows to dynamically...
authorJean Baptiste Favre <github@jbfavre.org>
Mon, 24 Feb 2014 18:31:14 +0000 (19:31 +0100)
committerJean Baptiste Favre <github@jbfavre.org>
Sat, 1 Mar 2014 11:16:38 +0000 (12:16 +0100)
lib/default.php

index cedce64563c988b122c6045e2b372ffa9e9f722d..c5794565a302f181c740d8b00c02ec1785021054 100644 (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/',