diff options
author | Erik Johnston <erik@matrix.org> | 2019-04-09 17:18:21 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-04-09 17:23:46 +0100 |
commit | 02491e009d64b0458abcde188e021bbf5a288053 (patch) | |
tree | a7eeb32df43f4ffd0530ec03713509c9b2f5d3d1 /changelog.d | |
parent | Limit in flight DNS requests (diff) | |
download | synapse-02491e009d64b0458abcde188e021bbf5a288053.tar.xz |
Newsfile
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. |