diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-14 11:55:09 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-06-14 11:55:57 +0200 |
commit | ef0d3d7bd941b497ad8291c58bcc53700e08b999 (patch) | |
tree | ddfde7c540f0b50566fbb770d694c6ec334e5990 /CHANGES.md | |
parent | Fix empty scope when having version mismatch between workers (#15774) (diff) | |
download | synapse-ef0d3d7bd941b497ad8291c58bcc53700e08b999.tar.xz |
Revert "Allow for the configuration of max request retries and min/max retry delays in the matrix federation client (#12504)"
This reverts commit d84e66144dc12dacf71c987a2ba802dd59c0b68e.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 5412581eef..d898593664 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,7 +30,6 @@ Improved Documentation Internal Changes ---------------- -- Allow for the configuration of max request retries and min/max retry delays in the matrix federation client. ([\#12504](https://github.com/matrix-org/synapse/issues/12504)) - Log when events are (maybe unexpectedly) filtered out of responses in tests. ([\#14213](https://github.com/matrix-org/synapse/issues/14213)) - Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters`. ([\#15649](https://github.com/matrix-org/synapse/issues/15649)) - Add support for tracing functions which return `Awaitable`s. ([\#15650](https://github.com/matrix-org/synapse/issues/15650)) |