| Option | AZURE_STORAGE_CONCURRENCY | |
| Description | The number of concurrent downloading/uploading files in Azure storage | |
| Introduced Version | 1.97 | |
| Deprecated in Version | 1.240 | |
| Removed in Version | 1.251.99 | |
| Default | cores/2 (Number of CPU) | |
Deprecated: Azure Storage Concurrency v1.240
From version 1.240, this configuration variable is deprecated.
You should migrate to
AZURE_STORAGE_MAX_CONCURRENT_UPLOADS,
AZURE_STORAGE_MAX_CONCURRENT_DOWNLOADS, and
AZURE_STORAGE_TRANSFER_THREAD_POOL_SIZE. To
ease migration, the
AZURE_STORAGE_MAX_CONCURRENT_UPLOADS and
AZURE_STORAGE_MAX_CONCURRENT_DOWNLOADS will use
the value of AZURE_STORAGE_CONCURRENCY as a
default for now, if the latter is configured.
Sets the number of concurrent download and upload threads for accessing Azure stored data.
For example:
AZURE_STORAGE_CONCURRENCY=10indicates that a total of 10 transfers at a time are allowed, regardless of the transfer direction.
The default value usually does not need adjustments.
For more information about Azure bucket storage, see Azure Bucket Storage.