From 5b07123d4fddfb2c0467433c64cb8f35ca413d4d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 3 Jun 2022 22:25:41 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E4=BA=91=E7=AB=AF?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=B5=84=E6=BA=90=E5=8D=A0=E7=94=A8=20https:?= =?UTF-8?q?//github.com/siyuan-note/siyuan/issues/5093?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/sync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/model/sync.go b/kernel/model/sync.go index 42a965771..fc267d2be 100644 --- a/kernel/model/sync.go +++ b/kernel/model/sync.go @@ -625,6 +625,7 @@ type CloudIndex struct { func genCloudIndex(localDirPath string, excludes map[string]bool) (err error) { cloudIndex := map[string]*CloudIndex{} + // TODO: 优化云端同步资源占用 https://github.com/siyuan-note/siyuan/issues/5093 err = filepath.Walk(localDirPath, func(path string, info fs.FileInfo, err error) error { if nil != err { return err