]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Improve post direction display
[friendica.git] / static / defaults.config.php
index 947ac1dc01d4af4c50a26bcd23909e0028d53859..4d595010ce5f92525560d86883be14b78c508a7b 100644 (file)
@@ -499,6 +499,11 @@ return [
                // Setting 0 would allow maximum worker queues at all times, which is not recommended.
                'worker_load_exponent' => 3,
 
+               // worker_multiple_fetch (Boolean)
+               // When activated, the worker fetches jobs for multiple workers (not only for itself).
+               // This is an experimental setting without knowing the performance impact.
+               'worker_multiple_fetch' => false,
+               
                // worker_defer_limit (Integer)
                // Per default the systems tries delivering for 15 times before dropping it.
                'worker_defer_limit' => 15,