MatrixSynapse/synapse/push
Erik Johnston f0ca088280 Reduce redundant database work in email pusher
Update the last stream ordering if the
`get_unread_push_actions_for_user_in_range_for_email` returns no new
push actions. This reduces the range that it needs to check next
iteration.
2016-10-18 10:52:47 +01:00
..
__init__.py
action_generator.py
baserules.py _id field must uniquely identify different conditions 2016-09-19 10:34:01 +01:00
bulk_push_rule_evaluator.py Ensure we don't mutate the cache of push rules 2016-09-15 09:16:13 +01:00
clientformat.py
emailpusher.py Reduce redundant database work in email pusher 2016-10-18 10:52:47 +01:00
httppusher.py Fix up push to use get_current_state_ids 2016-08-25 18:35:49 +01:00
mailer.py Fix email push notifs being dropped 2016-10-13 13:40:38 +01:00
presentable_names.py Fix push room names for rooms with only an alias 2016-08-30 11:19:59 +01:00
push_rule_evaluator.py
push_tools.py Fix up push to use get_current_state_ids 2016-08-25 18:35:49 +01:00
pusher.py
pusherpool.py
rulekinds.py