git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16144
d0543943-73ff-0310-b7d9-
9358b9ac24b2
static int STEP_MS = 10;
static int STEP_MIC = 10000;
-static uint32_t TICK_PER_SEC = 100;
+static uint32_t TICK_PER_SEC = 1000;
static int MS_PER_TICK = 10;
if (MATRIX) {
STEP_MS = 1;
STEP_MIC = 1000;
- TICK_PER_SEC = 1000;
+ TICK_PER_SEC = 10000;
} else {
STEP_MS = 10;
STEP_MIC = 10000;
- TICK_PER_SEC = 100;
+ TICK_PER_SEC = 1000;
}
switch_time_sync();
}
MS_PER_TICK = timer->interval;
STEP_MS = 1;
STEP_MIC = 1000;
- TICK_PER_SEC = 1000;
+ TICK_PER_SEC = 10000;
switch_time_sync();
}