diff options
author | Erik Johnston <erik@matrix.org> | 2023-04-26 17:00:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 16:00:11 +0000 |
commit | 9900f7c231f8af536fce229117b0a406dc629293 (patch) | |
tree | a688fbc4cf51b64fa4821d19e200f8f50e3a0427 /changelog.d | |
parent | Update the `check_schema_delta` script to account for when the schema version... (diff) | |
download | synapse-9900f7c231f8af536fce229117b0a406dc629293.tar.xz |
Add admin endpoint to query room sizes (#15482)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15482.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15482.feature b/changelog.d/15482.feature new file mode 100644 index 0000000000..f3e9f2a5b2 --- /dev/null +++ b/changelog.d/15482.feature @@ -0,0 +1 @@ +Add admin endpoint to query the largest rooms by disk space used in the database. |