summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-09-28 14:31:35 +0100
committerErik Johnston <erik@matrix.org>2020-09-28 14:33:56 +0100
commit11149c89c77851f949808df9d3390c251d400599 (patch)
treed5266c32ad4cd249c68554ff4f18c3aaf7d5cee2
parentCorrectly retry replication HTTP requests on timeout (diff)
downloadsynapse-github/erikj/repl_http_timeout.tar.xz
-rw-r--r--changelog.d/8412.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8412.bugfix b/changelog.d/8412.bugfix
new file mode 100644
index 0000000000..9182442ab1
--- /dev/null
+++ b/changelog.d/8412.bugfix
@@ -0,0 +1 @@
+Fix retries of HTTP requests between Synapse workers when the requests time out.