Skip to content

Commit eda6db8

Browse files
backtest: bump down link depth
1 parent 85ceb33 commit eda6db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/firedancer-dev/commands/backtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ backtest_topo( config_t * config ) {
106106
batches from the CLI-specified source (eg. RocksDB). */
107107

108108
fd_topob_wksp( topo, "repair_repla" );
109-
fd_topob_link( topo, "repair_repla", "repair_repla", 65536UL, sizeof(ulong), 1UL );
109+
fd_topob_link( topo, "repair_repla", "repair_repla", 256UL, sizeof(ulong), 1UL );
110110
fd_topob_tile_in( topo, "replay", 0UL, "metric_in", "repair_repla", 0UL, FD_TOPOB_RELIABLE, FD_TOPOB_POLLED );
111111
fd_topob_tile_out( topo, "back", 0UL, "repair_repla", 0UL );
112112

src/discof/replay/fd_replay_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#define DEQUE_NAME fd_exec_slice
3939
#define DEQUE_T ulong
40-
#define DEQUE_MAX (4096UL)
40+
#define DEQUE_MAX (256UL)
4141
#include "../../util/tmpl/fd_deque.c"
4242

4343
/* An estimate of the max number of transactions in a block. If there are more

0 commit comments

Comments
 (0)