Changed bot update time

This commit is contained in:
Griatch 2014-03-01 01:18:29 +01:00
parent 44a5a2702d
commit 2b4bfb4433

View file

@ -32,7 +32,7 @@ class BotStarter(Script):
self.db.started = False
if _IDLE_TIMEOUT > 0:
# call before idle_timeout triggers
self.interval = int(max(60, _IDLE_TIMEOUT * 0.99))
self.interval = int(max(60, _IDLE_TIMEOUT * 0.90))
self.start_delay = True
def at_start(self):