so #83 fixed issues with stats that had old timestamps. But it means we can send a lot of these:
i.e. we repeat the timestamp a bit too often.
Would be good to optimize that away again. This might require doing something like setting the timestamp to 0 and then backfilling it from somewhere, e.g. the timestamp added to the getStats call
so #83 fixed issues with stats that had old timestamps. But it means we can send a lot of these: i.e. we repeat the timestamp a bit too often. Would be good to optimize that away again. This might require doing something like setting the timestamp to 0 and then backfilling it from somewhere, e.g. the timestamp added to the getStats call