| Option | GCP_STORAGE_CONCURRENCY | |
| Description | The number of concurrent downloading/uploading files in GCP storage | |
| Introduced Version | 1.97 | |
| Deprecated in Version | 1.240 | |
| Removed in Version | 1.251.99 | |
| Default | cores/2 (Number of CPU) | |
Deprecated: GCP Storage Concurrency v1.240
From version 1.240, this configuration variable is deprecated.
You should migrate to
GCP_STORAGE_MAX_CONCURRENT_UPLOADS,
GCP_STORAGE_MAX_CONCURRENT_DOWNLOADS, and
GCP_STORAGE_TRANSFER_THREAD_POOL_SIZE. To ease
migration, the
GCP_STORAGE_MAX_CONCURRENT_UPLOADS and
GCP_STORAGE_MAX_CONCURRENT_DOWNLOADS will use
the value of GCP_STORAGE_CONCURRENCY as a
default for now, if the latter is configured.
Sets the number of concurrent download and upload threads for accessing Google Cloud stored data.
For example:
GCP_STORAGE_CONCURRENCY=10indicates that a total of 10 transfers at a time are allowed, disregarding the transfer direction.
The default value should usually not need adjusting.