You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since timestamps go forward, we can assume that if a client received timestamp X, then it also received all X - N.
I was thinking of accumulating the number of received events by timestamp, and hacked quickly something like this:
Check that X% of clients get update after Y minutes
Would require https://bugzilla.mozilla.org/show_bug.cgi?id=1612712
The text was updated successfully, but these errors were encountered: