mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 01:15:04 -04:00
fixes
This commit is contained in:
parent
b6063631c3
commit
e987079037
3 changed files with 13 additions and 13 deletions
|
@ -37,9 +37,9 @@ rules_by_room = {}
|
|||
|
||||
|
||||
push_rules_invalidation_counter = Counter(
|
||||
"synapse_push_bulk_push_role_evaluator_push_rules_invalidation_counter", "")
|
||||
"synapse_push_bulk_push_rule_evaluator_push_rules_invalidation_counter", "")
|
||||
push_rules_state_size_counter = Counter(
|
||||
"synapse_push_bulk_push_role_evaluator_push_rules_state_size_counter", "")
|
||||
"synapse_push_bulk_push_rule_evaluator_push_rules_state_size_counter", "")
|
||||
|
||||
# Measures whether we use the fast path of using state deltas, or if we have to
|
||||
# recalculate from scratch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue