mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-25 17:56:09 +01:00
🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683
This commit is contained in:
parent
1cfe63c64f
commit
3f422698c3
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ func CheckFileSysStatus() {
|
|||
break
|
||||
}
|
||||
|
||||
time.Sleep(1 * time.Millisecond)
|
||||
time.Sleep(time.Second)
|
||||
|
||||
f, err := os.Open(renamed)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue