summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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 {