mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 07:56:42 +00:00
Increased ztimeout to prevent pingouts
This commit is contained in:
parent
1d672ba85a
commit
1c4777d928
2
ircp.py
2
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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user