summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-06-14 11:55:09 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-06-14 11:55:57 +0200
commitef0d3d7bd941b497ad8291c58bcc53700e08b999 (patch)
treeddfde7c540f0b50566fbb770d694c6ec334e5990 /CHANGES.md
parentFix empty scope when having version mismatch between workers (#15774) (diff)
downloadsynapse-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.md1
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))