Skip to content

Commit

Permalink
Merge pull request #789 from changweige/port-2.1-enlarge-fuse-threads…
Browse files Browse the repository at this point in the history
…-num

nydusd: enlarge default fuse server threads
  • Loading branch information
changweige authored Oct 11, 2022
2 parents 59e1d2c + 3b15cf5 commit fd588c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/nydusd/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fn append_fuse_options(app: App<'static, 'static>) -> App<'static, 'static> {
Arg::with_name("threads")
.long("thread-num")
.short("T")
.default_value("1")
.default_value("4")
.help("Number of worker threads to serve IO requests")
.takes_value(true)
.required(false)
Expand Down

0 comments on commit fd588c9

Please sign in to comment.