Procházet zdrojové kódy

Change matrix_synapse_forgotten_room_retention_period from null to 28d

As we automatically forget rooms on leave in the playbook this option working at all is probably heavily desired.

Timing is copied from upstream example.

Credit goes to Anoa for making me even check this.
pull/3984/head
Catalan Lover před 1 rokem
rodič
revize
ef6f50e898
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 649BCCF930C07F70
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml Zobrazit soubor

@@ -1456,7 +1456,7 @@ matrix_synapse_redaction_retention_period: 7d
# Controls how long to keep locally forgotten rooms before purging them from the DB. # Controls how long to keep locally forgotten rooms before purging them from the DB.
# Defaults to `null`, meaning it's disabled. # Defaults to `null`, meaning it's disabled.
# Example value: 28d # Example value: 28d
matrix_synapse_forgotten_room_retention_period: ~
matrix_synapse_forgotten_room_retention_period: 28d


matrix_synapse_user_ips_max_age: 28d matrix_synapse_user_ips_max_age: 28d




Načítá se…
Zrušit
Uložit