OptionGCP_STORAGE_CONCURRENCY
Description The number of concurrent downloading/uploading files in GCP storage
Introduced Version1.97
Deprecated in Version1.240
Removed in Version1.251.99
Defaultcores/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:

ini
GCP_STORAGE_CONCURRENCY=10

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

The default value should usually not need adjusting.