praise be linters

This commit is contained in:
georglauterbach 2024-03-05 10:42:17 +01:00
parent 16c70aef85
commit 4a28a8c0bb
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 2 additions and 2 deletions

View File

@ -130,11 +130,11 @@ EOF
# We do not use `{{HOSTNAME}}` but only `{{COMPRES}}` to better support
# Kubernetes, see https://github.com/orgs/docker-mailserver/discussions/3922
cat >"${RSPAMD_LOCAL_D}/history_redis.conf" << "EOF"
cat >"${RSPAMD_LOCAL_D}/history_redis.conf" << "EOF"
# documentation: https://rspamd.com/doc/modules/history_redis.html
key_prefix = "rs_history{{COMPRESS}}";
EOF
# Here we adjust the Redis default configuration that we supply to Redis when starting it.