add placeholder for cached meta data reading

This commit is contained in:
Chris Lu
2020-04-21 18:02:08 -07:00
parent 27128c7875
commit b8e4238ad2
5 changed files with 16 additions and 0 deletions

View File

@@ -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
}