diff options
author | Erik Johnston <erikj@jki.re> | 2019-02-27 11:00:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 11:00:59 +0000 |
commit | 7590e9fa285afac717132b16cbcba4e8b19943dd (patch) | |
tree | 40ab9e389596559b7119054ffc62e57c64bf4f90 /changelog.d | |
parent | 0.99.2rc1 (diff) | |
parent | Move connecting logic into ClientReplicationStreamProtocol (diff) | |
download | synapse-7590e9fa285afac717132b16cbcba4e8b19943dd.tar.xz |
Merge pull request #4749 from matrix-org/erikj/replication_connection_backoff
Fix tightloop over connecting to replication server
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4749.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4749.bugfix b/changelog.d/4749.bugfix new file mode 100644 index 0000000000..174e6b4e5e --- /dev/null +++ b/changelog.d/4749.bugfix @@ -0,0 +1 @@ +Fix tightloop over connecting to replication server. |