Added missing option partsize
This commit is contained in:
parent
c89cea218c
commit
05d65d3d54
1 changed files with 12 additions and 0 deletions
|
|
@ -485,6 +485,18 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
default: {
|
||||
default: false
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'partsize',
|
||||
describe: 'Set the amount of parts to download at once',
|
||||
docDescribe: 'Set the amount of parts to download at once\nIf you have a good connection try incresing this number to get a higher overall speed',
|
||||
group: 'dl',
|
||||
service: 'both',
|
||||
type: 'number',
|
||||
usage: '${amount}',
|
||||
default: {
|
||||
default: 10
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue