| Syntax: | worker_priority |
|---|---|
| Default: | worker_priority 0; |
| Context: | main |
Defines the scheduling priority for worker processes like it is done by the nice command: a negative number means higher priority. Allowed range normally varies from -20 to 20.
Example:
worker_priority -10;
Please login to continue.