mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 06:21:49 +01:00
a0cd8ae8cb
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.
1 line
126 B
Text
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.
|