diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-03-13 19:48:04 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-03-13 19:48:04 +0000 |
commit | afbf4d3dccb3d18276e4b119b0267490ca522b4b (patch) | |
tree | a0dc9d7109f8d81942a1686cfa17f00fdda58fe9 /synapse | |
parent | disable optimisation for searching for state groups (diff) | |
download | synapse-afbf4d3dccb3d18276e4b119b0267490ca522b4b.tar.xz |
typoe
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/state.py b/synapse/storage/state.py index 39f73afaa2..ffa4246031 100644 --- a/synapse/storage/state.py +++ b/synapse/storage/state.py @@ -304,7 +304,7 @@ class StateGroupWorkerStore(SQLBaseStore): if (typ, state_key) not in results[group] ) - # If the number of entries inthe (type,state_key)->event_id dict + # If the number of entries in the (type,state_key)->event_id dict # matches the number of (type,state_keys) types we were searching # for, then we must have found them all, so no need to go walk # further down the tree... UNLESS our types filter contained |