Skip to content

Commit 9f1a96a

Browse files
committed
leader: reduce leader duration to match agave
1 parent f87d6eb commit 9f1a96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agave

src/discof/replay/fd_replay_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,7 @@ unprivileged_init( fd_topo_t * topo,
25982598
ctx->next_leader_slot = ULONG_MAX;
25992599
ctx->next_leader_tickcount = LONG_MAX;
26002600
ctx->highwater_leader_slot = ULONG_MAX;
2601-
ctx->slot_duration_nanos = 400L*1000L*1000L; /* TODO: Not fixed ... not always 400ms ... */
2601+
ctx->slot_duration_nanos = 350L*1000L*1000L; /* TODO: Not fixed ... not always 400ms ... */
26022602
ctx->slot_duration_ticks = (double)ctx->slot_duration_nanos*fd_tempo_tick_per_ns( NULL );
26032603
ctx->leader_bank = NULL;
26042604

0 commit comments

Comments
 (0)