aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_hp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'example/passthrough_hp.cc')
-rw-r--r--example/passthrough_hp.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
index 1c8db6c..8b5214c 100644
--- a/example/passthrough_hp.cc
+++ b/example/passthrough_hp.cc
@@ -228,6 +228,9 @@ static void sfs_init(void *userdata, fuse_conn_info *conn) {
/* Disable the receiving and processing of FUSE_INTERRUPT requests */
conn->no_interrupt = 1;
+
+ /* Try a large IO by default */
+ conn->max_write = 4 * 1024 * 1024;
}