diff options
author | Shay <hillerys@element.io> | 2022-03-07 09:44:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 09:44:33 -0800 |
commit | 26211fec24d8d0a967de33147e148166359ec8cb (patch) | |
tree | 0524adab52f6da8693122bf3aebd6e9972fb071e /changelog.d | |
parent | Invalidate caches when an event with a relation is redacted. (#12121) (diff) | |
download | synapse-26211fec24d8d0a967de33147e148166359ec8cb.tar.xz |
Fix a bug in background updates wherein background updates are never run using the default batch size (#12157)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12157.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12157.bugfix b/changelog.d/12157.bugfix new file mode 100644 index 0000000000..c3d2e700bb --- /dev/null +++ b/changelog.d/12157.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in #4864 whereby background updates are never run with the default background batch size. |