Worker Threads
server/worker_threads
The number of configured worker threads specifies the number of concurrent incoming requests that can be serviced by this gateway instance. Choosing the optimal number depends on the quantity and type of traffic on your network. Modifying this value should be done carefully to ensure optimal performance.
Property
Name | Type | Constraints |
---|---|---|
worker_threads | number | Minimum: 1 Maximum: unlimited Default value: 100 |
Example
server:
worker_threads: 300
Updated almost 2 years ago