mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-20 15:04:20 -05:00
Typo
This commit is contained in:
parent
26db18bc90
commit
b57dcb4b51
@ -201,7 +201,7 @@ class SearchStore(BackgroundUpdateStore):
|
|||||||
"target_min_stream_id_inclusive": target_min_stream_id,
|
"target_min_stream_id_inclusive": target_min_stream_id,
|
||||||
"max_stream_id_exclusive": min_stream_id,
|
"max_stream_id_exclusive": min_stream_id,
|
||||||
"rows_inserted": rows_inserted + len(rows),
|
"rows_inserted": rows_inserted + len(rows),
|
||||||
"have_added_index": True,
|
"have_added_indexes": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
self._background_update_progress_txn(
|
self._background_update_progress_txn(
|
||||||
|
Loading…
Reference in New Issue
Block a user