diff options
author | reivilibre <oliverw@matrix.org> | 2022-02-22 13:29:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 13:29:04 +0000 |
commit | 235d2916ceb0c9a8e874ea8ac6994d604d743444 (patch) | |
tree | a318c7aa02778c24340a07d2c8f9e6c9f5e63e9d /changelog.d | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
download | synapse-235d2916ceb0c9a8e874ea8ac6994d604d743444.tar.xz |
Fix slow performance of `/logout` in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. (#12056)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12056.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12056.bugfix b/changelog.d/12056.bugfix new file mode 100644 index 0000000000..210e30c63f --- /dev/null +++ b/changelog.d/12056.bugfix @@ -0,0 +1 @@ +Fix slow performance of `/logout` in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. \ No newline at end of file |