diff options
author | reivilibre <oliverw@matrix.org> | 2022-05-18 13:57:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 13:57:59 +0000 |
commit | 635f0d916bc5155d3f3cba0389a1ebe08a6b5910 (patch) | |
tree | 1d84bb54113d720791f6020c38c202eebdfe6e7b /changelog.d | |
parent | Give a meaningful error message when a client tries to create a room with an ... (diff) | |
download | synapse-635f0d916bc5155d3f3cba0389a1ebe08a6b5910.tar.xz |
Do not keep going if there are 5 back-to-back background update failures. (#12781)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12781.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12781.misc b/changelog.d/12781.misc new file mode 100644 index 0000000000..8a04571617 --- /dev/null +++ b/changelog.d/12781.misc @@ -0,0 +1 @@ +Do not keep going if there are 5 back-to-back background update failures. \ No newline at end of file |