diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-03-21 11:52:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 11:52:10 +0000 |
commit | 1530cef19244e21d8b160bee2d925dcabbc0c4be (patch) | |
tree | 702044cbdb4ea8704c61f7c4d0034f077f981320 | |
parent | Return a 404 from `/state` for an outlier (#12087) (diff) | |
download | synapse-1530cef19244e21d8b160bee2d925dcabbc0c4be.tar.xz |
Make it possible to enable compression for the metrics HTTP resource (#12258)
* Make it possible to enable compression for the metrics HTTP resource This can provide significant bandwidth savings pulling metrics from synapse instances. * Add changelog file. * Fix type hint
-rw-r--r-- | changelog.d/12258.misc | 1 | ||||
-rw-r--r-- | synapse/app/homeserver.py | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.d/12258.misc b/changelog.d/12258.misc new file mode 100644 |