gear icon indicating copy to clipboard operation
gear copied to clipboard

Optimise `Scheduler`'s `MissedBlocks` by replacing with minimal value

Open breathx opened this issue 2 years ago • 0 comments

File Location(s)

common/scheduler pallets/gear-scheduler

Proposal

For now, I think it's better to keep just the smallest block number, which still has some tasks to do, going from that one till the current number. Atm we store set of this numbers.

breathx avatar Aug 18 '22 15:08 breathx