Option | GCP_ARCHIVING_CONCURRENCY | |
Description | The number of concurrent downloading/uploading files in GCP archiving storage | |
Introduced Version | 1.97 | |
Default | cores/2 (Number of CPU) |
Sets the number of concurrent download and upload threads for accessing Google Cloud stored data.
For example:
ini
GCP_ARCHIVING_CONCURRENCY=10
indicates that a total of 10 transfers at a time are allowed, disregarding the transfer direction.
The default value usually does not need adjusting.