mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 04:52:17 -04:00
Fix remove_stale_pushers job on SQLite. (#10843)
This commit is contained in:
parent
6b6bb81b23
commit
437961744c
9 changed files with 27 additions and 23 deletions
|
@ -490,7 +490,7 @@ class EventsBackgroundUpdatesStore(SQLBaseStore):
|
|||
txn=txn,
|
||||
table="event_forward_extremities",
|
||||
column="event_id",
|
||||
iterable=to_delete,
|
||||
values=to_delete,
|
||||
keyvalues={},
|
||||
)
|
||||
|
||||
|
@ -520,7 +520,7 @@ class EventsBackgroundUpdatesStore(SQLBaseStore):
|
|||
txn=txn,
|
||||
table="_extremities_to_check",
|
||||
column="event_id",
|
||||
iterable=original_set,
|
||||
values=original_set,
|
||||
keyvalues={},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue