fi-ts / postgreslet

A small controller which act as bridge between zalando-postgres-operator
GNU Affero General Public License v3.0
6 stars 0 forks source link

Add WALG_UPLOAD_DISK_CONCURRENCY env #521

Closed eberlep closed 12 months ago

eberlep commented 12 months ago

To improve performance when up-/downloading WALs from S3, set the following env variables with higher values:

        "WALG_UPLOAD_DISK_CONCURRENCY"
        "CLONE_WALG_UPLOAD_DISK_CONCURRENCY"
        "WALG_UPLOAD_CONCURRENCY"
        "CLONE_WALG_UPLOAD_CONCURRENCY"
        "WALG_DOWNLOAD_CONCURRENCY"
        "CLONE_WALG_DOWNLOAD_CONCURRENCY"