Skip to content

Commit

Permalink
Update synapse/storage/databases/main/events_worker.py
Browse files Browse the repository at this point in the history
Co-authored-by: reivilibre <[email protected]>
  • Loading branch information
erikjohnston and reivilibre authored May 29, 2024
1 parent c2ba6d5 commit 4e280d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synapse/storage/databases/main/events_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def __init__(
self._stream_id_gen: AbstractStreamIdGenerator
self._backfill_id_gen: AbstractStreamIdGenerator

# If we're using Postgres than we can use `MultiWriterIdGenerator`
# regardless of whether this process writes to the streams or not.
self._stream_id_gen = MultiWriterIdGenerator(
db_conn=db_conn,
db=database,
Expand Down

0 comments on commit 4e280d4

Please sign in to comment.