diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-02 11:05:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 11:05:22 +0100 |
commit | b4fe7e19c0dd51269965140eee38ae8f68382a5d (patch) | |
tree | fe68c8424188b48f2c32e64c3c53f172f92803d6 /changelog.d | |
parent | Merge pull request #6145 from matrix-org/erikj/fix_censored_redactions (diff) | |
parent | Newsfile (diff) | |
download | synapse-b4fe7e19c0dd51269965140eee38ae8f68382a5d.tar.xz |
Merge pull request #6146 from matrix-org/erikj/fix_destination_retry_timings
Fix errors storing large retry intervals.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6146.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6146.bugfix b/changelog.d/6146.bugfix new file mode 100644 index 0000000000..1dad801836 --- /dev/null +++ b/changelog.d/6146.bugfix @@ -0,0 +1 @@ +Fix exceptions when storing large retry intervals for down remote servers. |