diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-19 11:27:50 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-19 11:28:21 +0100 |
commit | 2667d9e90cecea080b20beb17d8b7fd0ef0d08da (patch) | |
tree | 174cdeeb0d50dba4b125ca1f7e8e63d6d4fbd033 /src | |
parent | f2b66278aa4dae89533510f59216510fa1bec2f5 (diff) |
Update the databases more regularly.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 498378c43..7a18a26d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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. ***/ |