forked from nrabulinski/attic
client/push: Change the default number of jobs to 5
This commit is contained in:
parent
db1dbb7a48
commit
740c09beb9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue