From 1dcf66e624e76bfa8269699a4623d9190c83f933 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 7 Mar 2006 19:45:21 +0000 Subject: Buffer flush time now under 0.5 secs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3528 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- src/svn-rev.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 8f757e047..beb82623e 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -649,7 +649,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets) expire_run = false; } - if (iterations++ == 30) + if (iterations++ == 15) { iterations = 0; DoBackgroundUserStuff(TIME); diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 7847b79fc..18be1a367 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3525 +echo 3527 -- cgit v1.2.3