Buffer flush time now under 0.5 secs

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3528 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-03-07 19:45:21 +00:00
parent 4ae5336d9b
commit 1dcf66e624
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
expire_run = false;
}
if (iterations++ == 30)
if (iterations++ == 15)
{
iterations = 0;
DoBackgroundUserStuff(TIME);

View File

@ -1 +1 @@
echo 3525
echo 3527