Closed lgalabru closed 1 year ago
When hord restarts, it retrieves the last block N where we left, and start indexing a N-1, instead of N+1 - perfectly fine, but unnecessary work.
hord
N
N-1
N+1
Addressed with latest.
When
hord
restarts, it retrieves the last blockN
where we left, and start indexing aN-1
, instead ofN+1
- perfectly fine, but unnecessary work.