Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
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 2217 of file stasis.c.
Referenced by stasis_init().
int initial_size |
Initial size of the thread pool
Definition at line 2215 of file stasis.c.
Referenced by stasis_init().
int max_size |
Maximum number of thread to allow
Definition at line 2219 of file stasis.c.
Referenced by stasis_init().