From 95b876373480bb982aed7d3d14bcfc18cd1f7458 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 24 Oct 2019 15:22:46 +0100 Subject: Raise from 10 seconds to 2 minutes. Many clients don't reconnect automatically and it can take a while for them to reconnect. --- src/modules/m_connflood.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_connflood.cpp b/src/modules/m_connflood.cpp index 5070dd3a7..78271b5a1 100644 --- a/src/modules/m_connflood.cpp +++ b/src/modules/m_connflood.cpp @@ -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(); } -- cgit v1.2.3