Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
stasis_threadpool_conf Struct Reference

Threadpool configuration options. More...

Data Fields

int idle_timeout_sec
 
int initial_size
 
int max_size
 

Detailed Description

Threadpool configuration options.

Definition at line 2186 of file stasis.c.

Field Documentation

◆ idle_timeout_sec

int idle_timeout_sec

Time, in seconds, before we expire a thread

Definition at line 2190 of file stasis.c.

Referenced by stasis_init().

◆ initial_size

int initial_size

Initial size of the thread pool

Definition at line 2188 of file stasis.c.

Referenced by stasis_init().

◆ max_size

int max_size

Maximum number of thread to allow

Definition at line 2192 of file stasis.c.

Referenced by stasis_init().


The documentation for this struct was generated from the following file: