mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix torrentmanagers update interval to 5 seconds
This commit is contained in:
parent
b6fe5166a8
commit
1375d4f545
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class TorrentManager(component.Component):
|
|||
session for use on restart."""
|
||||
|
||||
def __init__(self, session, alerts):
|
||||
component.Component.__init__(self, "TorrentManager", interval=5000, depend=["CorePluginManager"])
|
||||
component.Component.__init__(self, "TorrentManager", interval=5, depend=["CorePluginManager"])
|
||||
log.debug("TorrentManager init..")
|
||||
# Set the libtorrent session
|
||||
self.session = session
|
||||
|
|
Loading…
Add table
Reference in a new issue