diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-03 12:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 12:58:12 +0100 |
commit | dd2954f78dfbea5a24da079e4d9a114f91e55698 (patch) | |
tree | 21e41894e745b6740d871948549c4d1984c7232f /docs | |
parent | Fix a typo in the purge jobs configuration example (diff) | |
download | synapse-dd2954f78dfbea5a24da079e4d9a114f91e55698.tar.xz |
Update sample config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index e3b05423b8..cc261d96d0 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -394,7 +394,7 @@ retention: #purge_jobs: # - shortest_max_lifetime: 1d # longest_max_lifetime: 3d - # interval: 5m: + # interval: 5m # - shortest_max_lifetime: 3d # longest_max_lifetime: 1y # interval: 24h |