From 11c262005afbe6b0a579c780a5cac873a55bf912 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 18 Apr 2004 00:46:08 +0000 Subject: Minor code tweaks, tidyups git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@637 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 31200017d..874f9b9ff 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -7291,7 +7291,7 @@ int InspIRCd(void) // *FIX* Instead of closing sockets in kill_link when they receive the ERROR :blah line, we should queue // them in a list, then reap the list every second or so. - if (reap_counter>2500) + if (reap_counter>300) { if (fd_reap.size() > 0) { -- cgit v1.2.3