🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777
This commit is contained in:
parent
cfefe1f967
commit
597ec6cacf
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ var (
|
|||
)
|
||||
|
||||
var (
|
||||
thirdPartySyncCheckTicker = time.NewTicker(time.Second * 5)
|
||||
thirdPartySyncCheckTicker = time.NewTicker(time.Minute * 10)
|
||||
)
|
||||
|
||||
func ReportFileSysFatalError(err error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue