From: Anthony Minessale Date: Thu, 4 Mar 2010 00:41:42 +0000 (+0000) Subject: increase default X-Git-Tag: v1.0.6~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8214d521c567354e8d4ee300cf222be276cced6;p=thirdparty%2Ffreeswitch.git increase default git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16890 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index 1b53ed13ef..d08612757e 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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");