comment typo
This commit is contained in:
parent
4eb7b950c8
commit
85ca8cb90c
|
@ -63,7 +63,7 @@ class BulkPushRuleEvaluator:
|
||||||
Runs push rules for all users in a room.
|
Runs push rules for all users in a room.
|
||||||
This is faster than running PushRuleEvaluator for each user because it
|
This is faster than running PushRuleEvaluator for each user because it
|
||||||
fetches all the rules for all the users in one (batched) db query
|
fetches all the rules for all the users in one (batched) db query
|
||||||
rarher than doing multiple queries per-user. It currently uses
|
rather than doing multiple queries per-user. It currently uses
|
||||||
the same logic to run the actual rules, but could be optimised further
|
the same logic to run the actual rules, but could be optimised further
|
||||||
(see https://matrix.org/jira/browse/SYN-562)
|
(see https://matrix.org/jira/browse/SYN-562)
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue