0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-08 13:48:57 +02:00
synapse/tests/push
Erik Johnston 285b9e9b6c
Speed up calculating push actions in large rooms (#13973)
We move the expensive check of visibility to after calculating push actions, avoiding the expensive check for users who won't get pushed anyway.

I think this should have a big impact on rooms with large numbers of local users that have pushed disabled.
2022-09-30 14:27:00 +01:00
..
__init__.py Write some tests for the email pusher (#4095) 2018-10-30 23:55:43 +11:00
test_email.py Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
test_http.py Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
test_presentable_names.py Handle missing content keys when calculating presentable names. (#9165) 2021-01-25 07:27:16 -05:00
test_push_rule_evaluator.py Speed up calculating push actions in large rooms (#13973) 2022-09-30 14:27:00 +01:00