🎨 Extend the time the interface waits for kernel startup on the desktop https://github.com/siyuan-note/siyuan/issues/15853

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-09-15 16:35:56 +08:00
parent 49e07f92f5
commit 9b62385e86
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -607,7 +607,7 @@ const initKernel = (workspace, port, lang) => {
resolve(false); resolve(false);
return; return;
} }
await sleep(200); await sleep(500);
} }
} }