diff options
author | Erik Johnston <erikj@jki.re> | 2018-09-14 19:56:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 19:56:11 +0100 |
commit | c30cfff5723a123d9abd5c86300d278882dcb385 (patch) | |
tree | 47f652b55ca626f0027bb827bc99faf38f7188e7 /changelog.d/3875.bugfix | |
parent | don't filter membership events based on history visibility (#3874) (diff) | |
parent | Newsfile (diff) | |
download | synapse-c30cfff5723a123d9abd5c86300d278882dcb385.tar.xz |
Merge pull request #3875 from matrix-org/erikj/extra_timeouts
Add an awful secondary timeout to fix wedged requests
Diffstat (limited to 'changelog.d/3875.bugfix')
-rw-r--r-- | changelog.d/3875.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3875.bugfix b/changelog.d/3875.bugfix new file mode 100644 index 0000000000..2d2147dd4b --- /dev/null +++ b/changelog.d/3875.bugfix @@ -0,0 +1 @@ +Mitigate outbound federation randomly becoming wedged |