Skip to content
Open
Show file tree
Hide file tree
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 @@ -287,7 +287,7 @@ public static class Builder {
DEFAULT_FLOOD_PUBLISH_MAX_MESSAGE_SIZE_THRESHOLD;
private boolean gossipBlobsAfterBlockEnabled = DEFAULT_GOSSIP_BLOBS_AFTER_BLOCK_ENABLED;
private boolean executionProofTopicEnabled = DEFAULT_EXECUTION_PROOF_GOSSIP_ENABLED;
private boolean reworkedSidecarRecoveryEnabled = false;
private boolean reworkedSidecarRecoveryEnabled = true;
private Integer reworkedSidecarRecoveryTimeout = DEFAULT_RECOVERY_TIMEOUT_MS;
private Integer reworkedSidecarDownloadTimeout = DEFAULT_DOWNLOAD_TIMEOUT_MS;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ The network interface(s) on which the node listens for P2P communication.
arity = "0..1",
hidden = true,
fallbackValue = "true")
private boolean reworkedSidecarRecoveryEnabled = false;
private boolean reworkedSidecarRecoveryEnabled = true;

@Option(
names = {"--Xp2p-reworked-sidecar-cancel-timeout-ms"},
Expand Down
Loading