🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777

This commit is contained in:
Liang Ding 2023-03-26 10:32:47 +08:00
parent cfefe1f967
commit 597ec6cacf
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -115,7 +115,7 @@ var (
) )
var ( var (
thirdPartySyncCheckTicker = time.NewTicker(time.Second * 5) thirdPartySyncCheckTicker = time.NewTicker(time.Minute * 10)
) )
func ReportFileSysFatalError(err error) { func ReportFileSysFatalError(err error) {