]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' into 'nightly'
authormmn <mmn@hethane.se>
Sun, 28 Feb 2016 18:36:54 +0000 (18:36 +0000)
committermmn <mmn@hethane.se>
Sun, 28 Feb 2016 18:36:54 +0000 (18:36 +0000)
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


Trivial merge