put a little contention in the reg in new thread feature to prevent endless pileup

This commit is contained in:
Anthony Minessale
2012-05-17 19:57:02 -05:00
parent ad7149bfa6
commit b117a65c50
3 changed files with 5 additions and 3 deletions

View File

@@ -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;