diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-07 11:35:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 10:35:23 +0100 |
commit | d9b8d274949df7356e880a67d3aac1b25613ab1f (patch) | |
tree | 8f2af8762b9e13eec493e288c9a7b6c5c55892bb /changelog.d | |
parent | Improve per-block CPU and DB usage metrics (#7426) (diff) | |
download | synapse-d9b8d274949df7356e880a67d3aac1b25613ab1f.tar.xz |
Add a configuration setting for the dummy event threshold (#7422)
Add dummy_events_threshold which allows configuring the number of forward extremities a room needs for Synapse to send forward extremities in it.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7422.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7422.feature b/changelog.d/7422.feature new file mode 100644 index 0000000000..d6d5bb2169 --- /dev/null +++ b/changelog.d/7422.feature @@ -0,0 +1 @@ +Add a configuration setting to tweak the threshold for dummy events. |