diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-05 23:30:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-05 23:30:00 +0200 |
commit | 672a47f839f485e73c0dea747547c52bfc097cf3 (patch) | |
tree | 562b1f8b838b64d3157b172075b47ece48bf637a /module/ThreadManager.py | |
parent | improve selection of fmt, selection of container and detection of offline (diff) | |
download | pyload-672a47f839f485e73c0dea747547c52bfc097cf3.tar.xz |
closed #325
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r-- | module/ThreadManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py index 7b40fe05c..30b246106 100644 --- a/module/ThreadManager.py +++ b/module/ThreadManager.py @@ -106,7 +106,7 @@ class ThreadManager: if self.core.debug: print_exc() - sleep(0.1) + sleep(0.5) self.assignJob() #it may be failed non critical so we try it again |