diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-28 14:31:35 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-09-28 14:33:56 +0100 |
commit | 11149c89c77851f949808df9d3390c251d400599 (patch) | |
tree | d5266c32ad4cd249c68554ff4f18c3aaf7d5cee2 | |
parent | Correctly retry replication HTTP requests on timeout (diff) | |
download | synapse-github/erikj/repl_http_timeout.tar.xz |
-rw-r--r-- | changelog.d/8412.bugfix | 1 |
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. |