fix: thread RETENTION_MAX_LIFETIME & set to 1 month

Previously "1 minute" :/
This commit is contained in:
decentral1se 2022-04-12 17:53:01 +02:00
parent 02d78e9aa9
commit b5831114f4
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ROOT_LOG_LEVEL=WARN
REDACTION_RETENTION_PERIOD=7d
RETENTION_MAX_LIFETIME=1m
RETENTION_MAX_LIFETIME=4w
ENABLE_3PID_LOOKUP=true

View File

@ -34,6 +34,7 @@ services:
- USER_IPS_MAX_AGE
- VIRTUAL_HOST=${DOMAIN}
- VIRTUAL_PORT=8008
- RETENTION_MAX_LIFETIME
networks:
- proxy
- internal