Skip to content

Commit

Permalink
Break out of loop after error
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed Jul 16, 2024
1 parent f4a9eb5 commit 6c55556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block-streamer/src/block_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ async fn process_bitmap_indexer_blocks(
"Backfill using bitmap indexer failed unexpectedly: {:?}",
err
);
break;
}
}
}
Expand Down

0 comments on commit 6c55556

Please sign in to comment.