a bit faster

This commit is contained in:
Chris Lu 2018-11-12 11:19:13 -08:00
parent affe708961
commit a62adf62ca

View file

@ -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(),
)