matrix-docker-ansible-deploy/roles/custom/matrix-synapse/templates/synapse
Slavi Pantaleev 3d73ec887a Ensure integer values are used for cache_autotuning settings in homeserver.yaml
We're casting everything it `int`, but since Jinja templates are
involved, these values end up as strings anyway.

Doing `| int | to_json` is good, but we should only cast numbers to
integer, not empty strings, as that (0) may be interpreted differently
by Synapse.

To turn of auto-tuning, one is possibly supposed to pass empty strings:

> This option defaults to off, enable it by providing values for the sub-options listed below.

It could be that `0` is also considered "no value provided", but I
haven't verified that.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3017
2024-02-14 13:36:20 +02:00
..
bin
customizations
ext/s3-storage-provider
prometheus
systemd
homeserver.yaml.j2 Ensure integer values are used for cache_autotuning settings in homeserver.yaml 2024-02-14 13:36:20 +02:00
labels.j2
synapse.log.config.j2
worker-labels.j2 Fix some comments in worker-labels for Synapse 2024-02-03 18:53:17 +02:00
worker.yaml.j2