Browse Source

a bit faster

pull/769/head
Chris Lu 6 years ago
parent
commit
affe708961
  1. 2
      weed/command/mount_std.go

2
weed/command/mount_std.go

@ -41,7 +41,7 @@ func runMount(cmd *Command, args []string) bool {
fuse.DefaultPermissions(),
fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
fuse.AsyncRead(),
// fuse.WritebackCache(),
fuse.WritebackCache(),
)
if err != nil {
glog.Fatal(err)

Loading…
Cancel
Save