mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4200 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
18338947a3
commit
4099d4c351
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user