|
|
@@ -640,7 +640,7 @@ func (c *Cache) fastScan(lastScanPath []string) []string { |
|
|
info := ch.Info() |
|
|
info := ch.Info() |
|
|
|
|
|
|
|
|
if info.RefCount > 0 { |
|
|
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 |
|
|
return trie.VisitContinue |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|