mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 21:59:26 -05:00
Reword
This commit is contained in:
parent
3a86477162
commit
391fb47791
@ -387,9 +387,9 @@ retention:
|
|||||||
#
|
#
|
||||||
# The rationale for this per-job configuration is that some rooms might have a
|
# 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
|
# 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
|
# of outdated messages on a more frequent basis than for the rest of the rooms
|
||||||
# that purge to be performed by a job that's iterating over every room it knows,
|
# (e.g. every 12h), but not want that purge to be performed by a job that's
|
||||||
# which could be heavy on the server.
|
# iterating over every room it knows, which could be heavy on the server.
|
||||||
#
|
#
|
||||||
#purge_jobs:
|
#purge_jobs:
|
||||||
# - shortest_max_lifetime: 1d
|
# - 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
|
# 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
|
# 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
|
# of outdated messages on a more frequent basis than for the rest of the rooms
|
||||||
# that purge to be performed by a job that's iterating over every room it knows,
|
# (e.g. every 12h), but not want that purge to be performed by a job that's
|
||||||
# which could be heavy on the server.
|
# iterating over every room it knows, which could be heavy on the server.
|
||||||
#
|
#
|
||||||
#purge_jobs:
|
#purge_jobs:
|
||||||
# - shortest_max_lifetime: 1d
|
# - shortest_max_lifetime: 1d
|
||||||
|
Loading…
Reference in New Issue
Block a user