0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-07 00:49:09 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Patrick Cloke
da05b70af5
Skip unused calculations in sync handler. (#14908)
If a sync request does not need to calculate per-room entries &
is not generating presence & is not generating device list data
(e.g. during initial sync) avoid the expensive calculation of room
specific data.

This is a micro-optimisation for clients syncing simply to receive
to-device information.
2023-02-02 13:45:12 -05:00