forked-synapse/synapse/handlers/sliding_sync
Erik Johnston 588e5b521d
Sliding Sync: Retrieve fewer events from DB in sync (#17688)
When using timeline limit of 1 we end up fetching 2 events from the DB
purely to tell if the response was "limited" or not. Lets not do that.
2024-09-10 09:52:42 +01:00
..
__init__.py Sliding Sync: Retrieve fewer events from DB in sync (#17688) 2024-09-10 09:52:42 +01:00
extensions.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
room_lists.py Small performance improvements for sliding sync (#17672) 2024-09-06 11:44:13 +01:00
store.py Sliding sync: Store the per-connection state in the database. (#17599) 2024-08-29 16:26:58 +01:00