diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-28 09:24:39 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-28 09:24:39 -0700 |
| commit | eed525b71740f9aa4bffc8cab63f75fcaa8ae6b6 (patch) | |
| tree | 01c27c75f1a0e7ddebb6c49ac54aae4e9c49dbc9 /weed/command/mount_std.go | |
| parent | a566bfc6e1b25c262c3eb20cd9a8a2ef7a5f5392 (diff) | |
| download | seaweedfs-eed525b71740f9aa4bffc8cab63f75fcaa8ae6b6.tar.xz seaweedfs-eed525b71740f9aa4bffc8cab63f75fcaa8ae6b6.zip | |
FUSE mount: remove DirListCacheLimit
outdated parameter
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 56df740c4..3975575e9 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -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, |
