summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jens Hörnlein <jens.hoernlein@googlemail.com> 2015-02-05 00:24:08 +0100
committerGravatar Jens Hörnlein <jens.hoernlein@googlemail.com> 2015-02-05 00:24:08 +0100
commit39e87e03709b663086c96309bd6ebb3e2dc16afc (patch)
treeeb173511fe93c7e0c89977387e02c4bcb5544843
parent[ExtractArchive] fixed Queue Get (diff)
downloadpyload-39e87e03709b663086c96309bd6ebb3e2dc16afc.tar.xz
set interval smaller
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
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 = []