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

NameTypeConstraints
worker_threadsnumberMinimum: 1

Maximum: unlimited

Default value: 100

Example

server:
  worker_threads: 300