mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-3168 this will remove the reported symptom but does not change the fact that 1khz resolution is ideal for proper performance
This commit is contained in:
parent
44bfcf1d7c
commit
5f18ec9459
@ -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? "
|
||||
|
Loading…
x
Reference in New Issue
Block a user