mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 17:46:55 +08:00
a bit faster
This commit is contained in:
parent
a09eaf8756
commit
affe708961
@ -41,7 +41,7 @@ func runMount(cmd *Command, args []string) bool {
|
|||||||
fuse.DefaultPermissions(),
|
fuse.DefaultPermissions(),
|
||||||
fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
|
fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
|
||||||
fuse.AsyncRead(),
|
fuse.AsyncRead(),
|
||||||
// fuse.WritebackCache(),
|
fuse.WritebackCache(),
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Fatal(err)
|
glog.Fatal(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user