matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

More efficiently handle no-op POSITION #16640

Closed erikjohnston closed 11 months ago

erikjohnston commented 11 months ago

We may receive POSITION commands where we already know that worker has advanced past that position, so there is no point in handling it.