summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-02-19 10:19:16 +0000
committerGitHub <noreply@github.com>2019-02-19 10:19:16 +0000
commit7c70b8f8a64272d12e8e95b9b20f563950801a08 (patch)
treecad558b6e75eeccf4650cba2278a908e2cdce77e /changelog.d
parentMerge pull request #4642 from matrix-org/anoa/bans_room_upgrade (diff)
parentmisc->feature (diff)
downloadsynapse-7c70b8f8a64272d12e8e95b9b20f563950801a08.tar.xz
Try and make TLS federation client code faster (#4674)
* fix to use makeContext so that we don't need to rebuild the certificateoptions each time
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4674.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4674.feature b/changelog.d/4674.feature
new file mode 100644
index 0000000000..84630bb201
--- /dev/null
+++ b/changelog.d/4674.feature
@@ -0,0 +1 @@
+Reduce the overhead of creating outbound federation connections over TLS by caching the TLS client options.