Improve compression speed #43

This commit is contained in:
Pau Rodriguez-Estivill
2021-02-19 19:16:25 +01:00
parent cddefe160b
commit f97585e5ef
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ENV POSTGRES_DB="**None**" \
POSTGRES_PASSWORD="**None**" \
POSTGRES_PASSWORD_FILE="**None**" \
POSTGRES_PASSFILE_STORE="**None**" \
POSTGRES_EXTRA_OPTS="-Z9" \
POSTGRES_EXTRA_OPTS="-Z6" \
POSTGRES_CLUSTER="FALSE" \
SCHEDULE="@daily" \
BACKUP_DIR="/backups" \