diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-11 01:50:00 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-11 01:50:00 -0700 |
| commit | 628b27ef3b4cf8c1c894430e0d40b0bc1de8ba96 (patch) | |
| tree | 009480e6bddd1646fd1caa3caabdafd2a9a4eade /weed/command/mount_std.go | |
| parent | b9365de47b04414e704cb62a3cfa9753e8c5ec0c (diff) | |
| download | seaweedfs-628b27ef3b4cf8c1c894430e0d40b0bc1de8ba96.tar.xz seaweedfs-628b27ef3b4cf8c1c894430e0d40b0bc1de8ba96.zip | |
purge old cache implementation
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 c95626651..b6715fc30 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -167,7 +167,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { MountMtime: time.Now(), Umask: umask, OutsideContainerClusterMode: *mountOptions.outsideContainerClusterMode, - AsyncMetaDataCaching: *mountOptions.asyncMetaDataCaching, Cipher: cipher, }) |
