]> git.mxchange.org Git - friendica.git/commitdiff
Added description
authorMichael <heluecht@pirati.ca>
Tue, 5 Jan 2021 22:23:46 +0000 (22:23 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 5 Jan 2021 22:23:46 +0000 (22:23 +0000)
static/defaults.config.php

index ed0f8f871a32de45f97effcfc0a2c61d7f0c39bf..2bc2bea5b1a93648d3a75142317fe9d33bbf59db 100644 (file)
@@ -539,7 +539,8 @@ return [
                'worker_fetch_limit' => 1,
 
                // worker_fork (Boolean)
-               // Experimental setting. use pcntl_fork to spawn a new worker process
+               // Experimental setting. Use pcntl_fork to spawn a new worker process.
+               // Does not work when "worker_multiple_fetch" is enabled (Needs more testing)
                'worker_fork' => false,
 
                // worker_jpm (Boolean)
@@ -559,6 +560,7 @@ return [
                // 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.
+               // Does not work when "worker_fork" is enabled (Needs more testing)
                'worker_multiple_fetch' => false,
                
                // worker_defer_limit (Integer)