diff options
Diffstat (limited to 'src')
-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 |