diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-08 13:27:29 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-01-08 13:27:29 +0000 |
commit | 3889fcd9d7074c228b90726d97b4ecf372ecc117 (patch) | |
tree | 6a41092c328ce84742dc95ea72d55b36c53afab6 | |
parent | Merge pull request #6624 from matrix-org/babolivier/retention_doc (diff) | |
download | synapse-3889fcd9d7074c228b90726d97b4ecf372ecc117.tar.xz |
Fix typo in message retention policies doc
-rw-r--r-- | docs/message_retention_policies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/message_retention_policies.md b/docs/message_retention_policies.md index c4888c81be..4300809dfe 100644 --- a/docs/message_retention_policies.md +++ b/docs/message_retention_policies.md @@ -101,7 +101,7 @@ file. An example of such configuration could be: interval: 2d ``` -In this example, we define two jobs: +In this example, we define three jobs: * one that runs twice a day (every 12 hours) and purges events in rooms which policy's `max_lifetime` is lower or equal to 3 days. |