[Freeswitch-svn] [commit] r8132 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Mon Apr 21 10:44:23 EDT 2008
Author: anthm
Date: Mon Apr 21 10:44:23 2008
New Revision: 8132
Modified:
freeswitch/trunk/src/switch_time.c
Log:
tweak
Modified: freeswitch/trunk/src/switch_time.c
==============================================================================
--- freeswitch/trunk/src/switch_time.c (original)
+++ freeswitch/trunk/src/switch_time.c Mon Apr 21 10:44:23 2008
@@ -298,7 +298,7 @@
SWITCH_MODULE_RUNTIME_FUNCTION(softtimer_runtime)
{
- switch_time_t too_late = STEP_MIC * 128;
+ switch_time_t too_late = STEP_MIC * 1000;
uint32_t current_ms = 0;
uint32_t x, tick = 0;
switch_time_t ts = 0, last = 0;
@@ -324,6 +324,7 @@
MONO = 0;
runtime.reference = switch_time_now();
runtime.initiated = runtime.reference;
+ break;
}
switch_yield(STEP_MIC);
last = ts;
More information about the Freeswitch-svn
mailing list