adjusting, seems there are some perf benefit

This commit is contained in:
Chris Lu 2018-11-11 00:08:22 -08:00
parent 8178fc9973
commit a09eaf8756

View file

@ -39,9 +39,9 @@ func runMount(cmd *Command, args []string) bool {
fuse.AllowOther(), fuse.AllowOther(),
fuse.AllowSUID(), fuse.AllowSUID(),
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)