diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-10 18:16:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 18:16:12 +0100 |
commit | a6b181794081e49ceb455cd97dec427e897ef269 (patch) | |
tree | 26d08d9c022d9f1baab7407646c48e386267b1ff /changelog.d | |
parent | Merge branch 'erikj/fix_null_valid_until_ms' of github.com:matrix-org/synapse... (diff) | |
parent | fix ci on py2, again (diff) | |
download | synapse-a6b181794081e49ceb455cd97dec427e897ef269.tar.xz |
Merge pull request #5417 from matrix-org/rav/shared_ssl_context
Share an SSL context object between SSL connections
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5417.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5417.bugfix b/changelog.d/5417.bugfix new file mode 100644 index 0000000000..54be963a4e --- /dev/null +++ b/changelog.d/5417.bugfix @@ -0,0 +1 @@ +Fix excessive memory using with default `federation_verify_certificates: true` configuration. \ No newline at end of file |