diff options
author | Erik Johnston <erikj@matrix.org> | 2023-10-27 16:07:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 16:07:11 +0100 |
commit | 5413cefe32094e414c46b7750467e5dcc6710422 (patch) | |
tree | 93b968412e23b22b63c9e5b0fad2c12fba80e8cf /changelog.d | |
parent | Reduce spurious replication catchup (#16555) (diff) | |
download | synapse-5413cefe32094e414c46b7750467e5dcc6710422.tar.xz |
Reduce amount of caches POSITIONS we send (#16561)
Follow on from / actually correctly does #16557
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16561.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16561.bugfix b/changelog.d/16561.bugfix new file mode 100644 index 0000000000..4f4a0380cd --- /dev/null +++ b/changelog.d/16561.bugfix @@ -0,0 +1 @@ +Fix a long-standing, exceedingly rare edge case where the first event persisted by a new event persister worker might not be sent down `/sync`. |