Nothing, blocking threads = 8
This commit is contained in:
parent
16a28a4d96
commit
122b22c2e5
2 changed files with 17 additions and 11 deletions
|
|
@ -101,7 +101,7 @@ struct Opts {
|
|||
|
||||
/// How many blocking tokio threads to spawn to process disk reads/writes.
|
||||
/// Might want to increase if the disk is slow.
|
||||
#[arg(long = "max-blocking-threads", default_value = "16")]
|
||||
#[arg(long = "max-blocking-threads", default_value = "8")]
|
||||
max_blocking_threads: u16,
|
||||
|
||||
/// If set, will write to disk in background and not inline with peer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue