Added description

This commit is contained in:
Michael 2021-01-05 22:23:46 +00:00
parent 594b1a75b5
commit e944e5d7a2
1 changed files with 3 additions and 1 deletions

View 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)