From b0d0de463ef78bd0b69dc72cdd64d697b1681918 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 6 Jul 2014 20:39:10 +0200 Subject: Revert Ftp.py and Http.py changes --- module/plugins/accounts/Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/accounts/Http.py') diff --git a/module/plugins/accounts/Http.py b/module/plugins/accounts/Http.py index 932b0aa64..e2f236e41 100644 --- a/module/plugins/accounts/Http.py +++ b/module/plugins/accounts/Http.py @@ -11,4 +11,4 @@ class Http(Account): __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" - login_timeout = info_threshold = -1 #: Unlimited + login_timeout = info_threshold = 1000000 -- cgit v1.2.3