diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-08 17:11:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 17:11:03 +0100 |
commit | c8c069db92fcf21800437aea75d87bc76d6e9726 (patch) | |
tree | 89a58acb6fd38c7f794db83df75ed3d39ac84637 /changelog.d | |
parent | Do checks on aliases for incoming m.room.aliases events (#5128) (diff) | |
parent | Newsfile (diff) | |
download | synapse-c8c069db92fcf21800437aea75d87bc76d6e9726.tar.xz |
Merge pull request #5037 from matrix-org/erikj/limit_inflight_dns
Limit in flight DNS requests
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5037.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5037.bugfix b/changelog.d/5037.bugfix new file mode 100644 index 0000000000..c3af418ddf --- /dev/null +++ b/changelog.d/5037.bugfix @@ -0,0 +1 @@ +Workaround bug in twisted where attempting too many concurrent DNS requests could cause it to hang due to running out of file descriptors. |