turt2live / matrix-monitor-bot

A bot to measure latency between homeservers, as perceived by users.
Apache License 2.0
32 stars 5 forks source link

Only send timing information for events we haven't sent timing information for #26

Open turt2live opened 6 years ago

turt2live commented 6 years ago

Currently the ping contains the entire timing tree stored in memory as a snapshot. We should really only be sending what changed since our last ping to reduce the event size.