diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-28 10:18:32 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-28 10:18:32 -0700 |
| commit | 9033a7d3692572fc10ddf47d992a91271d693f52 (patch) | |
| tree | e65106c911a50face36dde37d6c694571e1952f4 /weed/command/mount_std.go | |
| parent | 1bb8cae65d499dc48cc2d7db2dc5692482f3f305 (diff) | |
| download | seaweedfs-9033a7d3692572fc10ddf47d992a91271d693f52.tar.xz seaweedfs-9033a7d3692572fc10ddf47d992a91271d693f52.zip | |
removed async option
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 abcf85110..915754166 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -170,7 +170,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { MountMtime: time.Now(), Umask: umask, OutsideContainerClusterMode: *mountOptions.outsideContainerClusterMode, - AsyncMetaDataCaching: *mountOptions.asyncMetaDataCaching, Cipher: cipher, }) |
