]> jfr.im git - irc/quakenet/newserv.git/commitdiff
a4stats: Fix cleanup interval to be one day.
authorThomas Sader <redacted>
Thu, 20 Mar 2014 17:42:46 +0000 (18:42 +0100)
committerThomas Sader <redacted>
Thu, 20 Mar 2014 17:42:46 +0000 (18:42 +0100)
a4stats/a4stats_db.c

index 611f96bdab9e847fd502f7500f94cbfe8c6594c8..27641afe7130fd5db9dbe58358cb8258ad5ec001 100644 (file)
@@ -10,7 +10,7 @@
 #include "../lua/lua.h"
 
 #define CLEANUP_KEEP 10 /* keep this many topics and kicks per channel around */
-#define CLEANUP_INTERVAL 84600 /* db cleanup interval (in seconds) */
+#define CLEANUP_INTERVAL 86400 /* db cleanup interval (in seconds) */
 #define CLEANUP_INACTIVE_DAYS 30 /* disable channels where nothing happened for this many days */
 #define CLEANUP_DELETE_DAYS 5 /* delete data for channels that have been disabled for this many days */