Variable | S3_STORAGE_CONCURRENCY | |
Introduced Version | 1.97 | |
Description | The number of concurrent downloading/uploading files in S3 storage | |
Default | cores/2 (Number of CPU) |
Sets the the number of concurrent download and upload threads for accessing S3 stored data.
For example:
ini
S3_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 adjustments.