forked-synapse/changelog.d/17688.misc
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

2 lines
61 B
Plaintext

Speed up sync by pulling out fewer events from the database.