MatrixSynapse/synapse/handlers
Richard van der Hoff 17d99f758a
Optimise backfill calculation (#12522)
Try to avoid an OOM by checking fewer extremities.

Generally this is a big rewrite of _maybe_backfill, to try and fix some of the TODOs and other problems in it. It's best reviewed commit-by-commit.
2022-04-26 10:27:11 +01:00
..
ui_auth Add missing type hints to config classes. (#12402) 2022-04-11 12:07:23 -04:00
__init__.py
account.py
account_data.py
account_validity.py Add some type hints to datastore (#12423) 2022-04-12 11:54:00 +01:00
admin.py
appservice.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
auth.py
cas.py
deactivate_account.py
device.py Only send out device list updates for our own users (#12465) 2022-04-14 13:05:31 +01:00
devicemessage.py
directory.py
e2e_keys.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
e2e_room_keys.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
event_auth.py
events.py Implement MSC2815: allow room moderators to view redacted event content (#12427) 2022-04-20 12:57:39 +01:00
federation.py Optimise backfill calculation (#12522) 2022-04-26 10:27:11 +01:00
federation_event.py Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
groups_local.py
identity.py Remove support for the unstable identifier from MSC3288. (#12398) 2022-04-06 13:27:46 -04:00
initial_sync.py
message.py Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
oidc.py
pagination.py Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 2022-04-06 11:40:28 +01:00
password_policy.py
presence.py Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
profile.py
read_marker.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
receipts.py
register.py
relations.py Misc. clean-ups to the relations code (#12519) 2022-04-25 08:25:56 -04:00
room.py Generate historic pagination token for `/messages` when no `?from` token provided (#12370) 2022-04-06 11:40:28 +01:00
room_batch.py Optimise backfill calculation (#12522) 2022-04-26 10:27:11 +01:00
room_list.py
room_member.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
room_member_worker.py
room_summary.py
saml.py
search.py Remove experimental configuration flag for MSC3666. (#12436) 2022-04-11 15:37:46 -04:00
send_email.py
set_password.py
sso.py Refactor and convert `Linearizer` to async (#12357) 2022-04-05 15:43:52 +01:00
state_deltas.py
stats.py
sync.py Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
typing.py
user_directory.py