revert, didn't mean to commit that one

This commit is contained in:
Anthony Minessale 2011-08-05 09:32:23 -05:00
parent 0f459d4b45
commit 54feb3e245
1 changed files with 1 additions and 1 deletions

View File

@ -1449,7 +1449,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 = 0;
runtime.timer_affinity = 0;
runtime.timer_affinity = -1;
runtime.microseconds_per_tick = 20000;
switch_load_core_config("switch.conf");