mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
a bit faster
This commit is contained in:
parent
affe708961
commit
a62adf62ca
|
@ -39,7 +39,7 @@ func runMount(cmd *Command, args []string) bool {
|
||||||
fuse.AllowOther(),
|
fuse.AllowOther(),
|
||||||
fuse.AllowSUID(),
|
fuse.AllowSUID(),
|
||||||
fuse.DefaultPermissions(),
|
fuse.DefaultPermissions(),
|
||||||
fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
|
fuse.MaxReadahead(1024*128),
|
||||||
fuse.AsyncRead(),
|
fuse.AsyncRead(),
|
||||||
fuse.WritebackCache(),
|
fuse.WritebackCache(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue