Skip to content

Commit 7521e11

Browse files
Log how many events we re-signed
Co-authored-by: Erik Johnston <erikj@element.io>
1 parent a16503c commit 7521e11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

synapse/storage/databases/main/events_bg_updates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,6 +2894,8 @@ def _write_events_txn(
28942894
max_stream_pos,
28952895
)
28962896

2897+
logger.info("Re-signed %d events", len(resigned_events))
2898+
28972899
# Even if we don't re-sign them, we need to let the background updater
28982900
# know we're still churning through the events.
28992901
return len(next_event_ids)

0 commit comments

Comments
 (0)