summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-05-06 15:54:58 +0100
committerGitHub <noreply@github.com>2020-05-06 15:54:58 +0100
commitaee9130a83eec7a295071a7e3ea87ce380c4521c (patch)
treece93826079fbd3b5da1f2030e1f738061f987b03 /changelog.d
parentMerge pull request #7423 from matrix-org/erikj/faster_device_lists_fetch (diff)
downloadsynapse-aee9130a83eec7a295071a7e3ea87ce380c4521c.tar.xz
Stop Auth methods from polling the config on every req. (#7420)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7420.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7420.misc b/changelog.d/7420.misc
new file mode 100644
index 0000000000..e834a9163e
--- /dev/null
+++ b/changelog.d/7420.misc
@@ -0,0 +1 @@
+Prevent methods in `synapse.handlers.auth` from polling the homeserver config every request.
\ No newline at end of file