Author: andar
Revision: 5048
Log:
Make the autoadd update interval 5 seconds as intended
Diff:
Modified: trunk/deluge/core/autoadd.py
===================================================================
--- trunk/deluge/core/autoadd.py 2009-04-08 21:25:46 UTC (rev 5047)
+++ trunk/deluge/core/autoadd.py 2009-04-09 00:10:05 UTC (rev 5048)
@@ -40,7 +40,7 @@
class AutoAdd(component.Component):
def __init__(self):
- component.Component.__init__(self, "AutoAdd",
depend=["TorrentManager"], interval=5000)
+ component.Component.__init__(self, "AutoAdd",
depend=["TorrentManager"], interval=5)
# Get the core config
self.config = ConfigManager("core.conf")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---