--- smsdaemon/TaskManager.cpp 2008/12/08 21:28:40 157 +++ smsdaemon/TaskManager.cpp 2008/12/17 12:46:49 189 @@ -65,7 +65,7 @@ void TaskManager::ExecuteTasks(ISmsTransceiver& modem) { - const int SLEEP_TIME = 10; //wait at least 10 seconds between executions + const int SLEEP_TIME = 2; //wait this long between task executions int now = time(0); if (now < (_lastExecuted + SLEEP_TIME) )