Merge pull request #6665 from matrix-org/babolivier/retention_doc_typo
Fix typo in message retention policies docpull/6495/head
commit
e16521faab
|
@ -0,0 +1 @@
|
|||
Add complete documentation of the message retention policies support.
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue