]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3168 this will remove the reported symptom but does not change the fact that 1khz...
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 20 Mar 2011 23:28:48 +0000 (18:28 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 20 Mar 2011 23:28:48 +0000 (18:28 -0500)
src/switch_time.c

index 2c1bfc12507f8ac3d6ecd125cddf254104d14826..2a3ee2b515b0348824629e2b98aea9adbc6ce9b5 100644 (file)
@@ -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? "