Synopsis
worker_max_threads =
threads
Where threads is the total number of Worker threads.
By adjusting this field, the administrator may improve the Worker's performance. The increase in threads however also increases Supervisor memory requirements. The Worker typically doesn't need a lot of threads to deal with normal usage.
Example
worker_max_threads = 10
Defaults
8