瀏覽代碼

Merge pull request #3984 from FSG-Cat/FSG-Cat/Synapse-auto-forget-missing

Change matrix_synapse_forgotten_room_retention_period  from null to 28d
pull/3988/head
Slavi Pantaleev 1 年之前
committed by GitHub
父節點
當前提交
0b84edc976
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 3
- 1
roles/custom/matrix-synapse/defaults/main.yml 查看文件

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

# 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.
# Also see: `matrix_synapse_forgotten_room_retention_period`
matrix_synapse_forget_rooms_on_leave: true

# Controls the Synapse `modules` list.
@@ -1455,8 +1456,9 @@ matrix_synapse_redaction_retention_period: 7d

# Controls how long to keep locally forgotten rooms before purging them from the DB.
# Defaults to `null`, meaning it's disabled.
# Also see: `matrix_synapse_forget_rooms_on_leave`
# Example value: 28d
matrix_synapse_forgotten_room_retention_period: ~
matrix_synapse_forgotten_room_retention_period: 28d

matrix_synapse_user_ips_max_age: 28d



Loading…
取消
儲存