mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Raise the connection timeout in the example configs to 20s.
This should give more time for clients on slow connections that want to do a lot of things (request caps, do SASL auth, etc) on connect. Reported by @ensra.
This commit is contained in:
parent
574c994c72
commit
08da609b45
@ -269,7 +269,7 @@
|
||||
# a user if they do not do anything on connect.
|
||||
# (Note, this is a client-side thing, if the client does not
|
||||
# send /NICK, /USER or /PASS)
|
||||
timeout="10"
|
||||
timeout="20"
|
||||
|
||||
# localmax: Maximum local connections per IP (or CIDR mask, see below).
|
||||
localmax="3"
|
||||
@ -363,7 +363,7 @@
|
||||
# a user if they do not do anything on connect.
|
||||
# (Note, this is a client-side thing, if the client does not
|
||||
# send /NICK, /USER or /PASS)
|
||||
timeout="10"
|
||||
timeout="20"
|
||||
|
||||
# pingfreq: How often the server tries to ping connecting clients.
|
||||
pingfreq="2m"
|
||||
|
Loading…
x
Reference in New Issue
Block a user