diff options
author | Peter Powell <petpow@saberuk.com> | 2019-10-24 15:22:46 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-10-24 15:56:21 +0100 |
commit | 95b876373480bb982aed7d3d14bcfc18cd1f7458 (patch) | |
tree | 20e8c90b50720300c27f898c2ee142240dd2c1b6 /docs/conf | |
parent | 493acff4ebc762c480df8e1e5c02ed140a0a81c3 (diff) |
Raise <connflood:bootwait> from 10 seconds to 2 minutes.
Many clients don't reconnect automatically and it can take a while
for them to reconnect.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 9cbf116cf..639f02335 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -659,7 +659,7 @@ # the throttling when the server just booted. # #<connflood period="30" maxconns="3" timeout="30" -# quitmsg="Throttled" bootwait="10"> +# quitmsg="Throttled" bootwait="2m"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Custom prefixes: Allows for channel prefixes to be configured. |