diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-07 19:45:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-07 19:45:21 +0000 |
commit | 1dcf66e624e76bfa8269699a4623d9190c83f933 (patch) | |
tree | f95c48deb7a6dd9b6fab21d9fcf56ecdf50ad138 | |
parent | 4ae5336d9b1ee086301da10345e25b117880129d (diff) |
Buffer flush time now under 0.5 secs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3528 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 2 | ||||
-rwxr-xr-x | 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 |