diff --git a/main.go b/main.go index 6857b61..20b340a 100644 --- a/main.go +++ b/main.go @@ -30,6 +30,7 @@ func main() { fuse.Subtype(PROGRAM_NAME), fuse.VolumeName(PROGRAM_NAME), fuse.LocalVolume(), + fuse.MaxReadahead(1024*1024), } conn, err := fuse.Mount(conf.GetMountPoint(), mountOpts...) if err != nil {