diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-16 10:57:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 10:57:54 +0000 |
commit | 5b5bc188cfc3c31be83058ccbe5a17bfde1b0021 (patch) | |
tree | 6749e4a449223e192c03d2fa1d5c61573e28b9a0 /changelog.d/9604.doc | |
parent | Prevent bundling aggregations for state events (#9619) (diff) | |
download | synapse-5b5bc188cfc3c31be83058ccbe5a17bfde1b0021.tar.xz |
Clean up config settings for stats (#9604)
... and complain if people try to turn it off.
Diffstat (limited to 'changelog.d/9604.doc')
-rw-r--r-- | changelog.d/9604.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9604.doc b/changelog.d/9604.doc new file mode 100644 index 0000000000..d413e38b72 --- /dev/null +++ b/changelog.d/9604.doc @@ -0,0 +1 @@ +Clarify the sample configuration for `stats` settings. |