mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Change the default upkeepInterval to 1h instead of 5m.
This commit is contained in:
parent
bd7c758dee
commit
ced437b309
@ -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."""))
|
||||
|
Loading…
Reference in New Issue
Block a user