mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update mount_std.go
This commit is contained in:
parent
2d0ccc4d34
commit
41daecfdca
|
@ -171,6 +171,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
|
|||
fuse.NoAppleXattr(),
|
||||
fuse.ExclCreate(),
|
||||
fuse.DaemonTimeout("3600"),
|
||||
fuse.AllowDev(),
|
||||
fuse.AllowSUID(),
|
||||
fuse.DefaultPermissions(),
|
||||
fuse.MaxReadahead(1024 * 512),
|
||||
|
|
Loading…
Reference in a new issue