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

Sets the 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.