]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_connflood.cpp
Ignore clients on ulined servers when reporting stats in LUSERS.
[user/henk/code/inspircd.git] / src / modules / m_connflood.cpp
index 5070dd3a76b26e6e629f71b4415451e104c43ca3..78271b5a17d76683f14b99125497f3e94aaf34ed 100644 (file)
@@ -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();
        }