mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 19:04:19 +08:00
add placeholder for cached meta data reading
This commit is contained in:
@@ -175,6 +175,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
|
||||
MountMtime: time.Now(),
|
||||
Umask: umask,
|
||||
OutsideContainerClusterMode: *mountOptions.outsideContainerClusterMode,
|
||||
AsyncMetaDataCaching: *mountOptions.asyncMetaDataCaching,
|
||||
Cipher: cipher,
|
||||
}))
|
||||
|
||||
|
Reference in New Issue
Block a user