summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-28 17:38:59 +0000
committerGitHub <noreply@github.com>2021-01-28 17:38:59 +0000
commit54a6afeee3b1ae8f353edfdf1375aa73c1819e9e (patch)
tree9c74c5a62a060e136e2ef51a8ede8b4e287361d3 /changelog.d
parentAdd type hints to E2E handler. (#9232) (diff)
downloadsynapse-54a6afeee3b1ae8f353edfdf1375aa73c1819e9e.tar.xz
Cache config options in SSL verification (#9255)
Reading from the config object is *slow*.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9255.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9255.misc b/changelog.d/9255.misc
new file mode 100644
index 0000000000..f723b8ec4f
--- /dev/null
+++ b/changelog.d/9255.misc
@@ -0,0 +1 @@
+Minor performance improvement during TLS handshake.