forked from MirrorHub/synapse
Fix typo in message retention policies doc
This commit is contained in:
parent
cff1cb8685
commit
3889fcd9d7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ file. An example of such configuration could be:
|
||||||
interval: 2d
|
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
|
* 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.
|
which policy's `max_lifetime` is lower or equal to 3 days.
|
||||||
|
|
Loading…
Reference in a new issue