diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-04 11:49:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-04 11:49:13 +0100 |
commit | 43c9acda4c873d2f3b0872509ea0431d3e5ed1ff (patch) | |
tree | 7bf4f7e6796b197e678b0d51279bcc752b082653 | |
parent | Code review (diff) | |
download | synapse-43c9acda4c873d2f3b0872509ea0431d3e5ed1ff.tar.xz |
Config
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index ebf364cf40..94b28fecaf 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -155,10 +155,10 @@ presence: # The minimum time in seconds between each GC for a generation, regardless of # the GC thresholds. This ensures that we don't do GC too frequently. # -# A value of `[1, 10, 30]` indicates that a second must pass between consecutive +# A value of `[1s, 10s, 30s]` indicates that a second must pass between consecutive # generation 0 GCs, etc. # -# gc_min_seconds_between: [1, 10, 30] +#gc_min_interval: [0.5s, 30s, 1m] # Set the limit on the returned events in the timeline in the get # and sync operations. The default value is 100. -1 means no upper limit. |