mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777
This commit is contained in:
@@ -115,7 +115,7 @@ var (
|
||||
)
|
||||
|
||||
var (
|
||||
thirdPartySyncCheckTicker = time.NewTicker(time.Second * 5)
|
||||
thirdPartySyncCheckTicker = time.NewTicker(time.Minute * 10)
|
||||
)
|
||||
|
||||
func ReportFileSysFatalError(err error) {
|
||||
|
||||
Reference in New Issue
Block a user