[tuxdroid-svn] r4960 - software_suite_v3/software/plugin/plugin-system/trunk/plugin-system/executab
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-07-02 02:50:36
|
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):
|