increase default

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16890 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-03-04 00:41:42 +00:00
parent 605f91c18d
commit d8214d521c
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
switch_log_init(runtime.memory_pool, runtime.colorize_console);
runtime.tipping_point = 1500;
runtime.tipping_point = 5000;
runtime.timer_affinity = -1;
switch_load_core_config("switch.conf");