Asterisk - The Open Source Telephony Project
18.5.0
|
Threadpool configuration options. More...
Data Fields | |
int | idle_timeout_sec |
int | initial_size |
int | max_size |
int idle_timeout_sec |
Time, in seconds, before we expire a thread
Definition at line 2190 of file stasis.c.
Referenced by stasis_init().
int initial_size |
Initial size of the thread pool
Definition at line 2188 of file stasis.c.
Referenced by stasis_init().
int max_size |
Maximum number of thread to allow
Definition at line 2192 of file stasis.c.
Referenced by stasis_init().