fix default tipping point it was too low

This commit is contained in:
Anthony Minessale
2011-04-15 14:46:24 +00:00
parent a4ed829db8
commit e4eade33ac
2 changed files with 6 additions and 6 deletions

View File

@@ -1409,7 +1409,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
if (flags & SCF_MINIMAL) return SWITCH_STATUS_SUCCESS;
runtime.tipping_point = 5000;
runtime.tipping_point = 0;
runtime.timer_affinity = -1;
switch_load_core_config("switch.conf");