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

This commit is contained in:
Liang Ding 2023-03-21 09:23:41 +08:00
parent 90329a41ca
commit 6550926a08
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -192,7 +192,7 @@ func checkFileSysStatus() {
break
}
time.Sleep(time.Second)
RandomSleep(500, 1000)
f, err := os.Open(renamed)
if nil != err {