Change the default upkeepInterval to 1h instead of 5m.

This commit is contained in:
Jeremy Fincher 2004-02-16 09:13:48 +00:00
parent bd7c758dee
commit ced437b309

View File

@ -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 number of seconds between sending pings to the server, if pings are being sent
to the server.""")) 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 the number of seconds between running the upkeep function that flushes
(commits) open databases, collects garbage, and records some useful statistics (commits) open databases, collects garbage, and records some useful statistics
at the debugging level.""")) at the debugging level."""))