mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 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:
parent
49e07f92f5
commit
9b62385e86
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ const initKernel = (workspace, port, lang) => {
|
|||
resolve(false);
|
||||
return;
|
||||
}
|
||||
await sleep(200);
|
||||
await sleep(500);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue