diff options
Diffstat (limited to 'pyload/plugins/hoster/GigapetaCom.py')
-rw-r--r-- | pyload/plugins/hoster/GigapetaCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/GigapetaCom.py b/pyload/plugins/hoster/GigapetaCom.py index 1472fbb1d..c7dfb7984 100644 --- a/pyload/plugins/hoster/GigapetaCom.py +++ b/pyload/plugins/hoster/GigapetaCom.py @@ -68,8 +68,7 @@ class GigapetaCom(SimpleHoster): def checkErrors(self): if "All threads for IP" in self.html: self.logDebug("Your IP is already downloading a file - wait and retry") - self.setWait(300, True) - self.wait() + self.wait(5 * 60, True) self.retry() |