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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
index 26e3644..bfaada5 100644
--- a/example/passthrough_hp.cc
+++ b/example/passthrough_hp.cc
@@ -1451,7 +1451,7 @@ int main(int argc, char *argv[]) {
loop_config = fuse_loop_cfg_create();
if (fs.num_threads != -1)
- fuse_loop_cfg_set_idle_threads(loop_config, fs.num_threads);
+ fuse_loop_cfg_set_max_threads(loop_config, fs.num_threads);
fuse_loop_cfg_set_clone_fd(loop_config, fs.clone_fd);