mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 17:10:53 +08:00
🎨 Improve kernel boot checking on the desktop https://github.com/siyuan-note/siyuan/issues/8929
This commit is contained in:
parent
b54c05cf88
commit
db5efdde41
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user