summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 933c8d24e..3dee7cd29 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -4191,7 +4191,7 @@ int InspIRCd(char** argv, int argc)
//
// This should be up to 64x faster than the
// old implementation.
- while (total_in_this_set < 64)
+ while (total_in_this_set < 1024)
{
if (count2 != clientlist.end())
{