Author: jerome
Date: 2009-07-01 12:10:27 +0200 (Wed, 01 Jul 2009)
New Revision: 4960

Modified:
   
software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py
Log:
* Updated the delay between two daemon checks.

Modified: 
software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py
===================================================================
--- 
software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py
    2009-07-01 10:06:24 UTC (rev 4959)
+++ 
software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executables/plugin-system.py
    2009-07-01 10:10:27 UTC (rev 4960)
@@ -214,8 +214,6 @@
             self.run(False)
         elif self.getCommand() == "runDaemon":
             self.runDaemon()
-        else:
-            self.run()
 
             
     def run(self, notif):
@@ -301,7 +299,7 @@
                 self.throwMessage("memory is up")
                 self.throwNotification("stop")
                 
-            sleep(1.9)
+            sleep(4.0)
 
 
     def onPluginStop(self):


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to