OptionAZURE_STORAGE_CONCURRENCY
Introduced Version1.97
Description The number of concurrent downloading/uploading files in Azure storage
Defaultcores/2 (Number of CPU)

Sets the number of concurrent download and upload threads for accessing Azure stored data.

For example:

ini
AZURE_STORAGE_CONCURRENCY=10

indicates that a total of 10 transfers at a time are allowed, regardless of the transfer direction.

The default value usually does not need adjustments.