forked-synapse/changelog.d/17723.misc
Eric Eastwood 8881ad6d4b
Sliding Sync: Short-circuit have_finished_sliding_sync_background_jobs (#17723)
We only need to check it if returned bump stamp is `None`, which is rare.

Pulling this change out from one of @erikjohnston's branches
(https://github.com/element-hq/synapse/compare/develop...erikj/ss_perf)
2024-09-17 17:36:59 -05:00

2 lines
55 B
Plaintext

Fetch `bump_stamp`'s more efficiently in Sliding Sync.