diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-11 16:06:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 16:06:29 +0000 |
commit | 6aa87f8ce37b71296e56ba701a267446e2ea3c16 (patch) | |
tree | 5ee698b16045a51499417c397de5a0db31e25ddd /changelog.d | |
parent | Convert some test cases to use HomeserverTestCase. (#9377) (diff) | |
download | synapse-6aa87f8ce37b71296e56ba701a267446e2ea3c16.tar.xz |
Ensure that we never stop reconnecting to redis (#9391)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9391.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9391.bugfix b/changelog.d/9391.bugfix new file mode 100644 index 0000000000..b5e68e2ac7 --- /dev/null +++ b/changelog.d/9391.bugfix @@ -0,0 +1 @@ +Fix bug where Synapse would occaisonally stop reconnecting after the connection was lost. |