diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-05-06 20:21:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 20:21:38 +0100 |
commit | 4162c39dcf9aa9a2d393e5ab3257596c3aa717c1 (patch) | |
tree | eb27d94c5a10134fdf0f4898c0fdd3712e09a061 /changelog.d | |
parent | Make redis go faster with hiredis (#7439) (diff) | |
download | synapse-4162c39dcf9aa9a2d393e5ab3257596c3aa717c1.tar.xz |
Port group attestation renewal slow down from matrix-org-hotfixes (#7442)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7442.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7442.misc b/changelog.d/7442.misc new file mode 100644 index 0000000000..a8fd5ad803 --- /dev/null +++ b/changelog.d/7442.misc @@ -0,0 +1 @@ +Run group attestation renewal in series rather than parallel for performance. \ No newline at end of file |