Skip to content
Snippets Groups Projects
Unverified Commit 391fb477 authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Reword

parent 3a864771
No related branches found
No related tags found
No related merge requests found
......@@ -387,9 +387,9 @@ retention:
#
# The rationale for this per-job configuration is that some rooms might have a
# retention policy with a low 'max_lifetime', where history needs to be purged
# of outdated messages on a more frequent basis (e.g. every 12h), but not want
# that purge to be performed by a job that's iterating over every room it knows,
# which could be heavy on the server.
# of outdated messages on a more frequent basis than for the rest of the rooms
# (e.g. every 12h), but not want that purge to be performed by a job that's
# iterating over every room it knows, which could be heavy on the server.
#
#purge_jobs:
# - shortest_max_lifetime: 1d
......
......@@ -948,9 +948,9 @@ class ServerConfig(Config):
#
# The rationale for this per-job configuration is that some rooms might have a
# retention policy with a low 'max_lifetime', where history needs to be purged
# of outdated messages on a more frequent basis (e.g. every 12h), but not want
# that purge to be performed by a job that's iterating over every room it knows,
# which could be heavy on the server.
# of outdated messages on a more frequent basis than for the rest of the rooms
# (e.g. every 12h), but not want that purge to be performed by a job that's
# iterating over every room it knows, which could be heavy on the server.
#
#purge_jobs:
# - shortest_max_lifetime: 1d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment