Skip to content

Commit fe8fe57

Browse files
committed
Fix progress display for shards 1+
1 parent a5f5d74 commit fe8fe57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pbf_processor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ int PbfProcessor::ReadPbfFile(
674674

675675
blocksToProcess = filteredBlocks.size();
676676
blocksProcessed = 0;
677+
phaseProgress = 0;
677678

678679
// Relations have very non-uniform processing times, so prefer
679680
// to process them as granularly as possible.

0 commit comments

Comments
 (0)