[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/strigi/src/daemon
From:       Jos van den Oever <jos () vandenoever ! info>
Date:       2009-01-21 10:27:59
Message-ID: 1232533679.954835.20692.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 914517 by vandenoever:

Lower minimum for intervals between polling.

This is mainly useful for debugging.

 M  +1 -1      daemonconfigurator.cpp  


--- trunk/kdesupport/strigi/src/daemon/daemonconfigurator.cpp #914516:914517
@@ -241,7 +241,7 @@
     }
 
     // check minimum polling interval
-    if (r->a_pollingInterval < DEFAULT_POLLING_INTERVAL)
+    if (r->a_pollingInterval < 5)
     {
         r->a_pollingInterval = DEFAULT_POLLING_INTERVAL;
         return DEFAULT_POLLING_INTERVAL;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic