IRCP

- information gathering tool for irc servers
git clone git://git.acid.vegas/IRCP.git
Log | Files | Refs | Archive | README | LICENSE

commit 1c4777d9283484433809fba7a1f48c5f81df532e
parent 1d672ba85a8b6a77a8ca8ceb0f1abcc545a77a08
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 25 Jun 2023 03:39:00 -0400

Increased ztimeout to prevent pingouts

Diffstat:
Mircp.py | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ircp.py b/ircp.py
@@ -33,7 +33,7 @@ class throttle:
 	threads  = 100 if not settings.daemon else 25  # Maximum number of threads running
 	timeout  = 30  if not settings.daemon else 60  # Timeout for all sockets
 	whois    = 5   if not settings.daemon else 15  # Delay between WHOIS requests
-	ztimeout = 200 if not settings.daemon else 300 # Timeout for zero data from server
+	ztimeout = 300 if not settings.daemon else 600 # Timeout for zero data from server
 
 class bad:
 	donotscan = (