mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 03:32:32 +08:00
Proxies Check Timeout Update
This commit is contained in:
parent
ef2497ba25
commit
fa64a6605a
2
start.py
2
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",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user