diff --git a/start.py b/start.py index 1de8dec..4fa189e 100644 --- a/start.py +++ b/start.py @@ -1362,7 +1362,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=1, threads=threads, + Proxies, timeout=15, threads=threads, url=url.human_repr() if url else "http://httpbin.org/get", )