Skip to content

Commit e345900

Browse files
committed
poh: default lagged leader start to false
1 parent 87caa71 commit e345900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/fdctl/config/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ dynamic_port_range = "8900-9000"
12911291
# starting late, but you can disable the option to use a more
12921292
# healthy behavior, where taking a long time to "freeze" slots
12931293
# cuts into your own next slot time, and does not increase it.
1294-
lagged_consecutive_leader_start = true
1294+
lagged_consecutive_leader_start = false
12951295

12961296
# The shred tile distributes processed transactions that have been
12971297
# executed to the rest of the cluster in the form of shred packets.

src/app/firedancer/config/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ user = ""
10211021
# starting late, but you can disable the option to use a more
10221022
# healthy behavior, where taking a long time to "freeze" slots
10231023
# cuts into your own next slot time, and does not increase it.
1024-
lagged_consecutive_leader_start = true
1024+
lagged_consecutive_leader_start = false
10251025

10261026
# The shred tile distributes processed transactions that have been
10271027
# executed to the rest of the cluster in the form of shred packets.

0 commit comments

Comments
 (0)