aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount_std.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-11 01:50:00 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-11 01:50:00 -0700
commit628b27ef3b4cf8c1c894430e0d40b0bc1de8ba96 (patch)
tree009480e6bddd1646fd1caa3caabdafd2a9a4eade /weed/command/mount_std.go
parentb9365de47b04414e704cb62a3cfa9753e8c5ec0c (diff)
downloadseaweedfs-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.go1
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,
})