mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
thread pool was not releasing surplus threads after timeout
This commit is contained in:
@@ -285,6 +285,7 @@ struct switch_session_manager {
|
||||
int ready;
|
||||
int running;
|
||||
int busy;
|
||||
int nuking;
|
||||
};
|
||||
|
||||
extern struct switch_session_manager session_manager;
|
||||
|
||||
Reference in New Issue
Block a user