mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 20:49:02 -04:00
Do garbage collection of hash map automatically every hour
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6085 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
f2dfc4be59
commit
73ddc65a28
@ -814,6 +814,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
|
||||
if ((TIME % 3600) == 0)
|
||||
{
|
||||
irc::whowas::MaintainWhoWas(this, TIME);
|
||||
this->RehashUsersAndChans();
|
||||
}
|
||||
Timers->TickTimers(TIME);
|
||||
this->DoBackgroundUserStuff(TIME);
|
||||
|
Loading…
x
Reference in New Issue
Block a user