From ced437b3091bfe17afb8f8ea9107621fce7555ff Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 16 Feb 2004 09:13:48 +0000 Subject: [PATCH] Change the default upkeepInterval to 1h instead of 5m. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index ed1e2fa72..13823ec3e 100644 --- a/src/conf.py +++ b/src/conf.py @@ -349,7 +349,7 @@ supybot.register('pingInterval', registry.Integer(120, """Determines the number of seconds between sending pings to the server, if pings are being sent to the server.""")) -supybot.register('upkeepInterval', registry.PositiveInteger(300, """Determines +supybot.register('upkeepInterval', registry.PositiveInteger(3600, """Determines the number of seconds between running the upkeep function that flushes (commits) open databases, collects garbage, and records some useful statistics at the debugging level."""))