increase init delay on autostart

This commit is contained in:
pstruebi
2025-10-01 17:07:36 +02:00
parent 89de05b812
commit 7df5ff00f1
+1 -1
View File
@@ -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)