From: mmn Date: Sun, 28 Feb 2016 18:36:54 +0000 (+0000) Subject: Merge branch 'nightly' into 'nightly' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=23651c61427f8fbb0865b8833360395dbb68b582;p=quix0rs-gnu-social.git Merge branch 'nightly' into 'nightly' Enable configuration option for number of threads used by queuedaemons.php Could we change the script for queuedaemon.php to using a configuration setting if not arguments such as -t or --threads is set? Example in configuration file: ``` $config['queue']['threads'] = 15; //Spawning 15 threads for handling the queue ``` See merge request !105 --- 23651c61427f8fbb0865b8833360395dbb68b582