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