]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Raise the connection timeout in the example configs to 20s.
authorPeter Powell <petpow@saberuk.com>
Sun, 5 May 2019 11:33:55 +0000 (12:33 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 5 May 2019 12:09:37 +0000 (13:09 +0100)
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.

docs/conf/inspircd.conf.example

index b89a180a0f8205ea42298ee295c9073ce461d6a3..8b13f08ea8b46f118dbae7111ba4f535432ad7ab 100644 (file)
          # 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"
          # 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"