From be692a499ec76b5496a49c41360bde80cc6a3866 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 30 Dec 2005 21:21:26 +0000 Subject: Changed background stuff to occur more often git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2709 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 730e7fea0..0059889b8 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -478,7 +478,7 @@ int InspIRCd::Run() } /* Once a second, do the background processing */ - if ((TIME != OLDTIME) && ((TIME % 2) == 0)) + if (TIME != OLDTIME) DoBackgroundUserStuff(TIME); /* Call the socket engine to wait on the active -- cgit v1.2.3