diff options
author | Sadie Powell <sadie@witchery.services> | 2020-10-12 18:47:21 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-12 18:47:21 +0100 |
commit | b521739c93116f31b63c2c8013b30b7b024391d3 (patch) | |
tree | 6361d9c6d38aa33b4e76c8f3c19492a05251abea /docs/conf | |
parent | 2a3b6ba9e24067d5c085c555a1acb2c4dc9bc5f2 (diff) |
Add an option to allow disengaging joinflood on initial boot.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index a1bd05670..5db819557 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1271,11 +1271,16 @@ # duration: The number of seconds to close a channel for when it is # being flooded with joins. # +# bootwait: The number of seconds to disengage joinflood for after +# a server boots. This allows users to reconnect without +# being throttled by joinflood. +# # splitwait: The number of seconds to disengage joinflood for after # a server splits. This allows users to reconnect without # being throttled by joinflood. # #<joinflood duration="1m" +# bootwait="30s" # splitwait="30s"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |