We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5d74 commit fe8fe57Copy full SHA for fe8fe57
1 file changed
src/pbf_processor.cpp
@@ -674,6 +674,7 @@ int PbfProcessor::ReadPbfFile(
674
675
blocksToProcess = filteredBlocks.size();
676
blocksProcessed = 0;
677
+ phaseProgress = 0;
678
679
// Relations have very non-uniform processing times, so prefer
680
// to process them as granularly as possible.
0 commit comments