diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-28 11:55:53 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-09-28 11:55:53 +0100 |
commit | ba3a888a05f08be0a084838d3324523687eb3236 (patch) | |
tree | 9e740d3ad63c48e8c338fc6a0447ab3547463441 /changelog.d/10905.feature | |
parent | Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff) | |
parent | Encode JSON responses on a thread in C, mk2 (#10905) (diff) | |
download | synapse-ba3a888a05f08be0a084838d3324523687eb3236.tar.xz |
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d/10905.feature')
-rw-r--r-- | changelog.d/10905.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10905.feature b/changelog.d/10905.feature new file mode 100644 index 0000000000..07e7b2c6a7 --- /dev/null +++ b/changelog.d/10905.feature @@ -0,0 +1 @@ +Speed up responding with large JSON objects to requests. |