synapse/changelog.d/18499.bugfix
reivilibre 97d2738eef
Fix CPU and database spinning when retrying sending events to servers whilst at the same time purging those events. (#18499)
Fixes: #18491

Fix hotlooping due to skipped PDUs if there is still no progress to be
made.
This could bite if the event was purged since being skipped during
catch-up.

Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
2025-07-15 12:01:41 +01:00

1 line
115 B
Plaintext

Fix CPU and database spinning when retrying sending events to servers whilst at the same time purging those events.