git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4200 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-02-12 15:47:43 +00:00
parent 18338947a3
commit 4099d4c351
1 changed files with 1 additions and 1 deletions

View File

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