Przeglądaj źródła

synapse - update retention purge jobs template

pull/3792/head
Aine 1 rok temu
rodzic
commit
7fc8509f04
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 34969C908CCA2804
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Wyświetl plik

@@ -651,7 +651,7 @@ retention:
# room's policy to these values is done after the policies are retrieved from
# Synapse's database (which is done using the range specified in a purge job's
# configuration).
{% if matrix_synapse_retention_purge_jobs is not none %}
{% if matrix_synapse_retention_purge_jobs | length > 0 %}
purge_jobs:
{% for job in matrix_synapse_retention_purge_jobs %}
- {% if job.longest_max_lifetime is defined %}longest_max_lifetime: {{ job.longest_max_lifetime|to_json }}{% endif %}


Ładowanie…
Anuluj
Zapisz