diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 00:46:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-18 00:46:08 +0000 |
commit | 11c262005afbe6b0a579c780a5cac873a55bf912 (patch) | |
tree | 7034bf29d9294141d2288c6ea9e4f7b8169af5cf | |
parent | 85ce325779c67004975f67475d3cebc05d66e197 (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.cpp | 2 |
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) { |