Sfoglia il codice sorgente

Cross-link `matrix_synapse_forget_rooms_on_leave` and `matrix_synapse_forgotten_room_retention_period` variables

pull/3984/head
Slavi Pantaleev 1 anno fa
committed by GitHub
parent
commit
52da325ab8
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      roles/custom/matrix-synapse/defaults/main.yml

+ 2
- 0
roles/custom/matrix-synapse/defaults/main.yml Vedi File

@@ -1415,6 +1415,7 @@ matrix_synapse_default_room_version: "10"


# Controls whether leaving a room will automatically forget it. # Controls whether leaving a room will automatically forget it.
# The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently. # The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently.
# Also see: `matrix_synapse_forgotten_room_retention_period`
matrix_synapse_forget_rooms_on_leave: true matrix_synapse_forget_rooms_on_leave: true


# Controls the Synapse `modules` list. # Controls the Synapse `modules` list.
@@ -1455,6 +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.
# Also see: `matrix_synapse_forget_rooms_on_leave`
# Example value: 28d # Example value: 28d
matrix_synapse_forgotten_room_retention_period: 28d matrix_synapse_forgotten_room_retention_period: 28d




Caricamento…
Annulla
Salva