--- smsdaemon/SmsDaemon.cpp 2008/06/16 16:41:18 101 +++ smsdaemon/SmsDaemon.cpp 2008/12/06 15:13:34 128 @@ -32,7 +32,7 @@ void SmsDaemon::CheckSms() { - const int INTERVAL = 250; //no of milliseconds between sms checks + const int INTERVAL = 1000; //no of milliseconds between sms checks timeval now = Util::GetTimeOfDay(); if ( Util::mTimeDiff(_lastSmsCheck,now) < INTERVAL) @@ -88,7 +88,7 @@ if (cmn->isDebug && kbhit()) break; - Util::Sleep(10); + Util::Sleep(100); } }