mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
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.
This commit is contained in:
parent
493acff4eb
commit
95b8763734
@ -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.
|
||||
|
@ -54,7 +54,7 @@ public:
|
||||
quitmsg = tag->getString("quitmsg");
|
||||
|
||||
/* seconds to wait when the server just booted */
|
||||
boot_wait = tag->getDuration("bootwait", 10);
|
||||
boot_wait = tag->getDuration("bootwait", 60*2);
|
||||
|
||||
first = ServerInstance->Time();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user