summary refs log tree commit diff
path: root/changelog.d/10116.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't try and backfill the same room in parallel. (#10116)Erik Johnston2021-06-041-0/+1
If backfilling is slow then the client may time out and retry, causing Synapse to start a new `/backfill` before the existing backfill has finished, duplicating work.