mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
🎨 改进 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 (
|
var (
|
||||||
thirdPartySyncCheckTicker = time.NewTicker(time.Second * 5)
|
thirdPartySyncCheckTicker = time.NewTicker(time.Minute * 10)
|
||||||
)
|
)
|
||||||
|
|
||||||
func ReportFileSysFatalError(err error) {
|
func ReportFileSysFatalError(err error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue