From: Anthony Minessale Date: Sun, 20 Mar 2011 23:28:48 +0000 (-0500) Subject: FS-3168 this will remove the reported symptom but does not change the fact that 1khz... X-Git-Tag: v1.2-rc1~171^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f18ec9459435a34f3d38e6f44bd9c7998f78b5e;p=thirdparty%2Ffreeswitch.git FS-3168 this will remove the reported symptom but does not change the fact that 1khz resolution is ideal for proper performance --- diff --git a/src/switch_time.c b/src/switch_time.c index 2c1bfc1250..2a3ee2b515 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -208,9 +208,6 @@ SWITCH_DECLARE(void) switch_time_calibrate_clock(void) } if (res > 1500) { - STEP_MS = res / 1000; - STEP_MIC = res; - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Timer resolution of %ld microseconds detected!\n" "Do you have your kernel timer frequency set to lower than 1,000Hz? "