Questions about stochastic time tracking

@zedmango’s exactly right, as was your first instinct to implement it by having a 10% probability of a ping every 5 minutes (other than the small loophole where you can slack off in the 5 minute window following each ping). The official implementation is equivalent to that same algorithm, just doing that literally every second instead of every 5 minutes.

2 Likes