Proxies Check Timeout Update

This commit is contained in:
NinjutsuDEV 2022-03-26 22:02:02 +00:00
parent ef2497ba25
commit fa64a6605a

View File

@ -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",
)