diff options
-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) { |