forked-synapse/synapse/handlers/sliding_sync
Eric Eastwood a9c0e27eb7
Sliding Sync: No need to sort if the range is large enough to cover all of the rooms (#17731)
No need to sort if the range is large enough to cover all of the rooms
in the list. Previously, we would only do this optimization if the range
was exactly large enough.

Follow-up to https://github.com/element-hq/synapse/pull/17672
2024-09-19 09:33:34 +01:00
..
__init__.py Sliding Sync: Short-circuit have_finished_sliding_sync_background_jobs (#17723) 2024-09-17 17:36:59 -05:00
extensions.py Sliding Sync: Return room tags in account data extension (#17707) 2024-09-16 13:47:35 -05:00
room_lists.py Sliding Sync: No need to sort if the range is large enough to cover all of the rooms (#17731) 2024-09-19 09:33:34 +01:00
store.py Sliding sync: Store the per-connection state in the database. (#17599) 2024-08-29 16:26:58 +01:00