summaryrefslogtreecommitdiff
path: root/src/account-server/main-account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/main-account.cpp')
-rw-r--r--src/account-server/main-account.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp
index 19ffb23f..b0373db9 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.cpp
@@ -359,6 +359,9 @@ int main(int argc, char *argv[])
// Check for expired bans every 30 seconds
utils::Timer banTimer(30000);
+ statTimer.start();
+ banTimer.start();
+
// -------------------------------------------------------------------------
// FIXME: for testing purposes only...
// writing accountserver startup time and svn revision to database as global