Merge pull request 'matrix: set forgotten_room_retention_period to 7d' (#124) from matrix/room-retention-period into main

Reviewed-on: #124
Reviewed-by: Hendrik Sokolowski <hensoko@noreply.git.pub.solar>
Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
pull/122/head^2
b12f 2024-03-25 15:38:24 +00:00
commit a5e72f9cc7
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ in
per_second = 0.17;
};
redaction_retention_period = "7d";
forgotten_room_retention_period = "7d";
redis.enabled = false;
registration_requires_token = false;
registrations_require_3pid = [ "email" ];