diff options
author | Erik Johnston <erik@matrix.org> | 2016-04-21 17:49:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-04-21 17:49:00 +0100 |
commit | b57dcb4b51d31914756412ec00d94646bc3b4c79 (patch) | |
tree | 86c95914e1def5f5c0557e1fc6f1fadf4e2c4c41 /synapse | |
parent | Need to do _background_update_progress_txn in actual transaction (diff) | |
download | synapse-b57dcb4b51d31914756412ec00d94646bc3b4c79.tar.xz |
Typo
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/search.py b/synapse/storage/search.py index fd40b44a9a..dc47425c23 100644 --- a/synapse/storage/search.py +++ b/synapse/storage/search.py @@ -201,7 +201,7 @@ class SearchStore(BackgroundUpdateStore): "target_min_stream_id_inclusive": target_min_stream_id, "max_stream_id_exclusive": min_stream_id, "rows_inserted": rows_inserted + len(rows), - "have_added_index": True, + "have_added_indexes": True, } self._background_update_progress_txn( |