🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683

This commit is contained in:
Liang Ding 2023-03-18 09:10:35 +08:00
parent 1cfe63c64f
commit 3f422698c3
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -191,7 +191,7 @@ func CheckFileSysStatus() {
break
}
time.Sleep(1 * time.Millisecond)
time.Sleep(time.Second)
f, err := os.Open(renamed)
if nil != err {