From: Anthony Minessale Date: Tue, 2 Mar 2010 20:57:55 +0000 (+0000) Subject: "I wan't my two dollars!!, I mean CPU percentage points!" X-Git-Tag: v1.0.6~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26eb2ea8f1f2c4c65395378132b0e455fe956ceb;p=thirdparty%2Ffreeswitch.git "I wan't my two dollars!!, I mean CPU percentage points!" git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16869 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_time.c b/src/switch_time.c index 6af48dd219..bf513b7f0e 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -72,7 +72,7 @@ static int MATRIX = 1; static int STEP_MS = 1; static int STEP_MIC = 1000; static uint32_t TICK_PER_SEC = 10000; -static int MS_PER_TICK = 1; +static int MS_PER_TICK = 10; #else static int STEP_MS = 10; static int STEP_MIC = 10000;