a bit faster

This commit is contained in:
Chris Lu 2018-11-11 00:43:30 -08:00
parent a09eaf8756
commit affe708961

View file

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