diff --git a/core/notify.cpp b/core/notify.cpp index 679df27..e5a96e5 100755 --- a/core/notify.cpp +++ b/core/notify.cpp @@ -42,7 +42,7 @@ void * Notify::ThreadRoutine(void * arg) while( true ) { CheckQueue(); - sleep(1); // !! was 30 + sleep(30); } } @@ -61,7 +61,7 @@ std::list::iterator i = obj->notify_pool.begin(); i = obj->notify_pool.erase(i); obj->Unlock(); - //sleep(3); // !! + sleep(3); } }