FUSE mount: remove DirListCacheLimit

outdated parameter
This commit is contained in:
Chris Lu
2020-07-28 09:24:39 -07:00
parent a566bfc6e1
commit eed525b717
4 changed files with 2 additions and 5 deletions

View File

@@ -165,7 +165,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
CacheDir: *option.cacheDir,
CacheSizeMB: *option.cacheSizeMB,
DataCenter: *option.dataCenter,
DirListCacheLimit: *option.dirListCacheLimit,
EntryCacheTtl: 3 * time.Second,
MountUid: uid,
MountGid: gid,