From 2490074d68d41e0db8f5ccd8abcb6ea009b1f2de Mon Sep 17 00:00:00 2001 From: Sydonian <794346190@qq.com> Date: Fri, 4 Jul 2025 15:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A2=91=E7=B9=81=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/internal/mount/vfs/cache/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/mount/vfs/cache/cache.go b/client/internal/mount/vfs/cache/cache.go index 6de131a..3a51402 100644 --- a/client/internal/mount/vfs/cache/cache.go +++ b/client/internal/mount/vfs/cache/cache.go @@ -640,7 +640,7 @@ func (c *Cache) fastScan(lastScanPath []string) []string { info := ch.Info() if info.RefCount > 0 { - logger.Debugf("skip cache %v, refCount: %v", path, info.RefCount) + // logger.Debugf("skip cache %v, refCount: %v", path, info.RefCount) return trie.VisitContinue }