🎨 macOS 端对工作空间放置在 iCloud 路径下做检查 https://github.com/siyuan-note/siyuan/issues/7747
This commit is contained in:
parent
32ad11acef
commit
793af326af
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ var (
|
|||
)
|
||||
|
||||
var (
|
||||
thirdPartySyncCheckTicker = time.NewTicker(time.Second * 10)
|
||||
thirdPartySyncCheckTicker = time.NewTicker(time.Minute * 10)
|
||||
)
|
||||
|
||||
func ReportFileSysFatalError(err error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue