summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-09 18:51:00 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-09 18:51:00 +0000
commit5f5d2c12315effeeee24637266a25a814b9fdd73 (patch)
treefdc5436fd92cdccf67460213e53bbb8a7e93e06b /src
parent40d674d14cff051207e2004211b9e4e7686bb524 (diff)
Changed pool size from 64 to 1024
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1347 e03df62e-2008-0410-955e-edbf42e46eb7
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())
{