mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
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:
parent
4ae5336d9b
commit
1dcf66e624
@ -649,7 +649,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
|
||||
expire_run = false;
|
||||
}
|
||||
|
||||
if (iterations++ == 30)
|
||||
if (iterations++ == 15)
|
||||
{
|
||||
iterations = 0;
|
||||
DoBackgroundUserStuff(TIME);
|
||||
|
@ -1 +1 @@
|
||||
echo 3525
|
||||
echo 3527
|
||||
|
Loading…
x
Reference in New Issue
Block a user