matrix: set forgotten_room_retention_period to 7d #124

Merged
b12f merged 1 commit from matrix/room-retention-period into main 2024-03-25 15:38:25 +00:00
Owner

This commit sets the value for the synapse config option
forgotten_room_retention_period to 7 days. This was previously unset,
meaning rooms that had no more local users were never purged from the database.

The new value makes sure that 7 days after the last local user left a
room, it will be permanently deleted from the database.

https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html?highlight=forgotten_room_retention_period#forgotten_room_retention_period

This commit sets the value for the synapse config option `forgotten_room_retention_period` to 7 days. This was previously unset, meaning rooms that had no more local users were never purged from the database. The new value makes sure that 7 days after the last local user left a room, it will be permanently deleted from the database. https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html?highlight=forgotten_room_retention_period#forgotten_room_retention_period
b12f added 1 commit 2024-03-24 17:28:33 +00:00
matrix: set forgotten_room_retention_period to 7d
All checks were successful
Flake checks / Check (pull_request) Successful in 7m4s
b9cffad02a
This commit sets the value for the synapse config option
`forgotten_room_retention_period` to 7 days. This was previously unset,
meaning rooms that had no more local users were never purged from the database.

The new value makes sure that 7 days after the last local user left a
room, it will be permanently deleted from the database.

https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html?highlight=forgotten_room_retention_period#forgotten_room_retention_period
hensoko requested review from hensoko 2024-03-24 22:41:18 +00:00
hensoko approved these changes 2024-03-24 22:41:23 +00:00
teutat3s approved these changes 2024-03-25 15:37:40 +00:00
b12f merged commit a5e72f9cc7 into main 2024-03-25 15:38:25 +00:00
b12f deleted branch matrix/room-retention-period 2024-03-25 15:38:25 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#124
No description provided.