From ce7ae3edd40270040d52f1dd04151ecb4eb8f598 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 9 Dec 2009 00:52:00 +0000 Subject: [PATCH] changed: notification times git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@536 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/notify.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }