Browse Source

a bit faster

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

2
weed/command/mount_std.go

@ -39,7 +39,7 @@ func runMount(cmd *Command, args []string) bool {
fuse.AllowOther(),
fuse.AllowSUID(),
fuse.DefaultPermissions(),
fuse.MaxReadahead(1024*128), // TODO: not tested yet, possibly improving read performance
fuse.MaxReadahead(1024*128),
fuse.AsyncRead(),
fuse.WritebackCache(),
)

|||||||
100:0
Loading…
Cancel
Save