diff options
Diffstat (limited to 'src/inspircd.cpp')
-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 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()) { |