git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4152 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-02-07 19:21:41 +00:00
parent cb587626ea
commit 7f8c4decad
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ static inline switch_status_t timer_next(switch_timer_t *timer)
timer_step(timer);
while (TIMER_MATRIX[timer->interval].tick < private_info->reference) {
uint64_t diff;
switch_yield(timer->interval * 500);
switch_yield(timer->interval * 750);
}
timer->samplecount += timer->samples;
return SWITCH_STATUS_SUCCESS;