mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Make the autoadd update interval 5 seconds as intended
This commit is contained in:
parent
c28574502c
commit
85ad5314fe
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ MAX_NUM_ATTEMPTS = 10
|
|||
|
||||
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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue