0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-06 09:55:48 +02:00
synapse/changelog.d/10116.bugfix
Erik Johnston a0cd8ae8cb
Don't try and backfill the same room in parallel. (#10116)
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.
2021-06-04 10:47:58 +01:00

1 line
126 B
Text

Fix bug where the server would attempt to fetch the same history in the room from a remote server multiple times in parallel.