diff options
author | 2015-02-05 00:24:08 +0100 | |
---|---|---|
committer | 2015-02-05 00:24:08 +0100 | |
commit | 39e87e03709b663086c96309bd6ebb3e2dc16afc (patch) | |
tree | eb173511fe93c7e0c89977387e02c4bcb5544843 /module/plugins | |
parent | [ExtractArchive] fixed Queue Get (diff) | |
download | pyload-39e87e03709b663086c96309bd6ebb3e2dc16afc.tar.xz |
set interval smaller
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index 6e6a6862c..b52fa026b 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -140,7 +140,7 @@ class ExtractArchive(Hook): self.queue = ArchiveQueue(self, "Queue") self.failed = ArchiveQueue(self, "Failed") - self.interval = 300 + self.interval = 60 self.extracting = False self.extractors = [] self.passwords = [] |