mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 11:24:59 -04:00
comment typo
This commit is contained in:
parent
4eb7b950c8
commit
85ca8cb90c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue