Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*/
public class ZkBlockImportTracerProvider implements BlockImportTracerProvider {
private static final Logger LOG = LoggerFactory.getLogger(ZkBlockImportTracerProvider.class);
private static final int MAX_TRACER_HISTORY_SIZE = 3;
private static final int MAX_TRACER_HISTORY_SIZE = 5;

private final Deque<HeaderTracerTuple> tracerHistory = new ConcurrentLinkedDeque<>();
private final BlockchainService blockchainService;
Expand Down
Loading