]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
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)
commit23651c61427f8fbb0865b8833360395dbb68b582
treeff8821e52b9bc6660f43f37055e08df73d1d2063
parent2696e13b196456c898306845fcfea465a99d3050
parent12ad588a9bae4cdbbd9461666cd364c6fcebd86a
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