Changed bot update time
This commit is contained in:
parent
44a5a2702d
commit
2b4bfb4433
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class BotStarter(Script):
|
||||||
self.db.started = False
|
self.db.started = False
|
||||||
if _IDLE_TIMEOUT > 0:
|
if _IDLE_TIMEOUT > 0:
|
||||||
# call before idle_timeout triggers
|
# 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
|
self.start_delay = True
|
||||||
|
|
||||||
def at_start(self):
|
def at_start(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue