remove fsnode cache

fix https://github.com/chrislusf/seaweedfs/issues/1400
This commit is contained in:
Chris Lu
2020-07-24 09:25:54 -07:00
parent 6962ca48d3
commit 5788f1f6bf
6 changed files with 9 additions and 323 deletions

View File

@@ -102,7 +102,7 @@ func NewSeaweedFileSystem(option *Option) *WFS {
})
wfs.root = &Dir{name: wfs.option.FilerMountRootPath, wfs: wfs}
wfs.fsNodeCache = newFsCache(wfs.root)
// wfs.fsNodeCache = newFsCache(wfs.root)
return wfs
}