diff options
| author | 2006-02-23 20:35:52 +0000 | |
|---|---|---|
| committer | 2006-02-23 20:35:52 +0000 | |
| commit | 991bc1d3cf461e828b58864888593e6f09a3ac0c (patch) | |
| tree | f07916235aada2131a83570eab865492908cb442 /src/inspircd.cpp | |
| parent | Removed bit of logging that said the timer was ticking -- we know it works no... (diff) | |
Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 minutes, or your clock drift is > 2 mins, you have bigger fish to fry, like dead network or TS split)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3310 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 72a02d3bc..ee30ba4e9 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -641,6 +641,7 @@ int InspIRCd::Run() { expire_lines(); FOREACH_MOD(I_OnBackgroundTimer,OnBackgroundTimer(TIME)); + TickMissedTimers(TIME); expire_run = true; continue; } |
