Option | AZURE_STORAGE_CONCURRENCY | |
Introduced Version | 1.97 | |
Description | The number of concurrent downloading/uploading files in Azure storage | |
Default | cores/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.