diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-19 16:18:48 +1100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-19 16:18:48 +1100 |
commit | 2b2466f78bafe1d7083d32f1495f20746159b470 (patch) | |
tree | 7cc0d3d6980adc85d2f1ffdf7344e7ebd960c74b /changelog.d | |
parent | fix to use makeContext so that we don't need to rebuild the certificateoption... (diff) | |
download | synapse-2b2466f78bafe1d7083d32f1495f20746159b470.tar.xz |
changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4674.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4674.misc b/changelog.d/4674.misc new file mode 100644 index 0000000000..84630bb201 --- /dev/null +++ b/changelog.d/4674.misc @@ -0,0 +1 @@ +Reduce the overhead of creating outbound federation connections over TLS by caching the TLS client options. |