aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-21 18:02:08 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-21 18:02:08 -0700
commitb8e4238ad29a60b37a3983a9968e325dd6849103 (patch)
treef86c397acbd34c2daf82bbe9fba9b4b4ab8fe69c /weed/filesys/wfs.go
parent27128c78751990de93459035afb6b9c9bd3ed16c (diff)
downloadseaweedfs-b8e4238ad29a60b37a3983a9968e325dd6849103.tar.xz
seaweedfs-b8e4238ad29a60b37a3983a9968e325dd6849103.zip
add placeholder for cached meta data reading
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index b3772d683..2013f3c03 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -44,6 +44,7 @@ type Option struct {
OutsideContainerClusterMode bool // whether the mount runs outside SeaweedFS containers
Cipher bool // whether encrypt data on volume server
+ AsyncMetaDataCaching bool // whether asynchronously cache meta data
}