]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 12 Feb 2007 15:47:43 +0000 (15:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 12 Feb 2007 15:47:43 +0000 (15:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4200 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/timers/mod_softtimer/mod_softtimer.c

index 7d37fb7b7ac51f7155fa8a81354b348acd3451e2..eb5812b4a91f833d8856dde4a0ad1ea2731fecad 100644 (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;