mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
put a little contention in the reg in new thread feature to prevent endless pileup
This commit is contained in:
@@ -1420,7 +1420,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
|
||||
gethostname(runtime.hostname, sizeof(runtime.hostname));
|
||||
|
||||
runtime.max_db_handles = 50;
|
||||
runtime.db_handle_timeout = 5000000;;
|
||||
runtime.db_handle_timeout = 5000000;
|
||||
|
||||
runtime.runlevel++;
|
||||
runtime.sql_buffer_len = 1024 * 32;
|
||||
|
Reference in New Issue
Block a user