diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-01-16 13:16:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 13:16:19 +0000 |
commit | a302d3ecf75493f84fc5be616fee7d199ed12394 (patch) | |
tree | b97383156d39ad66cffd5b705bd7a5929e99421f /changelog.d | |
parent | Fix missing field in AS documentation (#14845) (diff) | |
download | synapse-a302d3ecf75493f84fc5be616fee7d199ed12394.tar.xz |
Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842)
Fix up #14812 to avoid introducing a reference to the reactor. Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14842.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14842.bugfix b/changelog.d/14842.bugfix new file mode 100644 index 0000000000..94e0d70cbc --- /dev/null +++ b/changelog.d/14842.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would exhaust the stack when processing many federation requests where the remote homeserver has disconencted early. |