Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix typo in message retention policies doc #6665

Merged
merged 2 commits into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/6665.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add complete documentation of the message retention policies support.
2 changes: 1 addition & 1 deletion docs/message_retention_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down