Nothing, blocking threads = 8

This commit is contained in:
Igor Katson 2024-05-03 11:53:53 +01:00
parent 16a28a4d96
commit 122b22c2e5
2 changed files with 17 additions and 11 deletions

View file

@ -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.