mirror of
https://github.com/anope/anope.git
synced 2026-06-26 07:16:38 +02:00
Update the databases more regularly.
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ int main(int ac, char **av, char **envp)
|
||||
|
||||
/* Set up timers */
|
||||
time_t last_check = Anope::CurTime;
|
||||
UpdateTimer updateTimer(Config->GetBlock("options")->Get<time_t>("updatetimeout", "5m"));
|
||||
UpdateTimer updateTimer(Config->GetBlock("options")->Get<time_t>("updatetimeout", "2m"));
|
||||
ExpireTimer expireTimer(Config->GetBlock("options")->Get<time_t>("expiretimeout", "30m"));
|
||||
|
||||
/*** Main loop. ***/
|
||||
|
||||
Reference in New Issue
Block a user