mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(cli): clarify use of concurrency option (#7840)
* add <number> * add e2e tests * add test with number
This commit is contained in:
parent
e732cb68a7
commit
d09980f646
2 changed files with 39 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ program
|
|||
.default(false),
|
||||
)
|
||||
.addOption(
|
||||
new Option('-c, --concurrency', 'Number of assets to upload at the same time')
|
||||
new Option('-c, --concurrency <number>', 'Number of assets to upload at the same time')
|
||||
.env('IMMICH_UPLOAD_CONCURRENCY')
|
||||
.default(4),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue