🎨 Improve kernel boot checking on the desktop https://github.com/siyuan-note/siyuan/issues/8929

This commit is contained in:
Daniel
2023-08-08 21:51:23 +08:00
parent b54c05cf88
commit db5efdde41

View File

@@ -518,7 +518,7 @@ const initKernel = (workspace, port, lang) => {
bootWindow.show();
} catch (e) {
writeLog("get kernel version failed: " + e.message);
await sleep(100);
await sleep(200);
} finally {
count++;
if (14 < count) {