From 5f5d2c12315effeeee24637266a25a814b9fdd73 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 9 May 2005 18:51:00 +0000 Subject: [PATCH] Changed pool size from 64 to 1024 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1347 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.39.5