From 54feb3e245f0c8fa00afeef42507f338178c48ee Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 5 Aug 2011 09:32:23 -0500 Subject: [PATCH] revert, didn't mean to commit that one --- src/switch_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_core.c b/src/switch_core.c index 37784193b0..e7cd60d58f 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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");