Performance tuning
Global · server
boolean
nonblocking
Use non-blocking sockets (required for high concurrency).
- Config key
nonblocking- Scope
- Global · server
- Type
- boolean
- Default
true
Runs sockets in non-blocking mode so a single worker can juggle thousands of connections via the async runtime rather than blocking one thread per connection. There is essentially never a reason to turn this off.
nonblocking = true