summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-18 00:46:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-18 00:46:08 +0000
commit11c262005afbe6b0a579c780a5cac873a55bf912 (patch)
tree7034bf29d9294141d2288c6ea9e4f7b8169af5cf
parent85ce325779c67004975f67475d3cebc05d66e197 (diff)
Minor code tweaks, tidyups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@637 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{