mirror of
https://github.com/immich-app/immich.git
synced 2025-12-14 09:13:17 +03:00
chore(cli): clarify use of concurrency option (#7840)
* add <number> * add e2e tests * add test with number
This commit is contained in:
@@ -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),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user