client/push: Change the default number of jobs to 5

This commit is contained in:
Zhaofeng Li 2023-01-14 23:55:10 -07:00
parent db1dbb7a48
commit 740c09beb9

View file

@ -39,7 +39,7 @@ pub struct Push {
ignore_upstream_cache_filter: bool,
/// The maximum number of parallel upload processes.
#[clap(short = 'j', long, default_value = "10")]
#[clap(short = 'j', long, default_value = "5")]
jobs: usize,
}