diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-06-10 18:27:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 18:27:49 +0100 |
commit | 0df618f81324a9f2cc2b064c33bd9dfc22391402 (patch) | |
tree | a2f8e3889468b25d363fa4e3dbff4d99b532c1d5 /changelog.d | |
parent | Add option to enable encryption by default for new rooms (#7639) (diff) | |
download | synapse-0df618f81324a9f2cc2b064c33bd9dfc22391402.tar.xz |
Take out a lock before modifying _CACHES (#7663)
This should fix #7610.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7663.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7663.bugfix b/changelog.d/7663.bugfix new file mode 100644 index 0000000000..b58316b34f --- /dev/null +++ b/changelog.d/7663.bugfix @@ -0,0 +1 @@ +Fix intermittent exception during startup, introduced in Synapse 1.14.0. |