thread_pool_idle_timeout
Support CLI: Yes
Support configuration file: Yes
Support dynamic modification: Yes
Scope: global
Parameter type: numeric
Default value: 60
Value range: 1 to 4294967295
This parameter specifies the timeout for an idle worker thread, in seconds. If the thread is not woken up by a new task after the specified time, the thread exits.
Parent topic: Parameters