Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare changelog for v1.87.0rc1 | Eric Eastwood | 2023-06-27 | 1 | -1/+0 |
| | |||||
* | Avoid backfill when we already have messages to return (#15737) | Eric Eastwood | 2023-06-13 | 1 | -0/+1 |
We now only block the client to backfill when we see a large gap in the events (more than 2 events missing in a row according to `depth`), more than 3 single-event holes, or not enough messages to fill the response. Otherwise, we return the messages directly to the client and backfill in the background for eventual consistency sake. Fix https://github.com/matrix-org/synapse/issues/15696 |