diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-05-06 15:54:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 15:54:58 +0100 |
commit | aee9130a83eec7a295071a7e3ea87ce380c4521c (patch) | |
tree | ce93826079fbd3b5da1f2030e1f738061f987b03 /changelog.d | |
parent | Merge pull request #7423 from matrix-org/erikj/faster_device_lists_fetch (diff) | |
download | synapse-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.misc | 1 |
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 |