diff options
| author | 2019-05-05 12:33:55 +0100 | |
|---|---|---|
| committer | 2019-05-05 13:09:37 +0100 | |
| commit | 08da609b450cbe38bbcd05b4aeaffdaee5ba86f4 (patch) | |
| tree | bf4ae4a494a556c35e99a34dd9690ad21a292be1 | |
| parent | cmd_names: Fix the syntax. (diff) | |
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.
| -rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index b89a180a0..8b13f08ea 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -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" |
