increase init delay on autostart
This commit is contained in:
@@ -466,7 +466,7 @@ async def _autostart_from_settings():
|
||||
)
|
||||
|
||||
# Initialize and start
|
||||
await asyncio.sleep(0.5)
|
||||
await asyncio.sleep(2)
|
||||
await initialize(conf)
|
||||
return
|
||||
await asyncio.sleep(2)
|
||||
|
||||
Reference in New Issue
Block a user