From 9bf40f88cc51634a4572091ba80665998bf525a9 Mon Sep 17 00:00:00 2001 From: MH_ProDev <63018646+MHProDev@users.noreply.github.com> Date: Tue, 22 Mar 2022 04:14:42 +0430 Subject: [PATCH] Update start.py --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index e577e27..f75da87 100644 --- a/start.py +++ b/start.py @@ -1287,7 +1287,7 @@ def handleProxyList(con, proxy_li, proxy_ty, url=None): f"{len(Proxies):,} Proxies are getting checked, this may take awhile!" ) Proxies = ProxyChecker.checkAll( - Proxies, timeout=5, threads=threads, + Proxies, timeout=1, threads=threads, url=url.human_repr() if url else "http://httpbin.org/get", )