tiny
3
ticks are ‘stored up’ until someone comes around?
does that mean when i enter the grid square, it starts processing each tick?
not exactly the most optimal. instead of 10,000 ticks being processed one at a time, shouldn’t it be a single bit of math? if it were to process the 10,000 sequentially, that could be quite a number of database calls.
any way to verify how it’s being done?