mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
🎨 Improve kernel stability https://github.com/siyuan-note/siyuan/issues/9912
This commit is contained in:
parent
3907165090
commit
d8fb5f896e
2 changed files with 11 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ var (
|
|||
)
|
||||
|
||||
func isWritingFiles() bool {
|
||||
time.Sleep(time.Duration(20) * time.Millisecond)
|
||||
time.Sleep(time.Duration(50) * time.Millisecond)
|
||||
return 0 < len(txQueue)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue