Closed arrivets closed 5 years ago
Bootstrap fetches all events from the DB in one query before calling InsertAndRunConsensus.
Do it progressively instead (ex by batches of 1000 events)
Fixed in v0.3.3
Bootstrap fetches all events from the DB in one query before calling InsertAndRunConsensus.
Do it progressively instead (ex by batches of 1000 events)