From 553153bde6bf57b93d444c0cd11b55729f995a94 Mon Sep 17 00:00:00 2001 From: SudoLite <72527182+SudoLite@users.noreply.github.com> Date: Thu, 8 Sep 2022 17:50:52 +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 36788a3..7bf8f5d 100644 --- a/start.py +++ b/start.py @@ -1527,7 +1527,7 @@ def handleProxyList(con, proxy_li, proxy_ty, url=None): f"{bcolors.OKBLUE}{len(Proxies):,}{bcolors.WARNING} Proxies are getting checked, this may take awhile{bcolors.RESET}!" ) Proxies = ProxyChecker.checkAll( - Proxies, timeout=15, threads=threads, + Proxies, timeout=5, threads=threads, url=url.human_repr() if url else "http://httpbin.org/get", )