mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
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
|
||||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue