udpate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4152 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cb587626ea
commit
7f8c4decad
|
@ -90,7 +90,7 @@ static inline switch_status_t timer_next(switch_timer_t *timer)
|
||||||
timer_step(timer);
|
timer_step(timer);
|
||||||
while (TIMER_MATRIX[timer->interval].tick < private_info->reference) {
|
while (TIMER_MATRIX[timer->interval].tick < private_info->reference) {
|
||||||
uint64_t diff;
|
uint64_t diff;
|
||||||
switch_yield(timer->interval * 500);
|
switch_yield(timer->interval * 750);
|
||||||
}
|
}
|
||||||
timer->samplecount += timer->samples;
|
timer->samplecount += timer->samples;
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
|
Loading…
Reference in New Issue