Skip to content

Commit 32ed6f9

Browse files
authored
fix(repair): bump max shred / sign in and increase default shred sets (#7545)
1 parent 5032876 commit 32ed6f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/firedancer/config/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ user = ""
13411341
# To compute an appropriate value, multiply the expected Turbine
13421342
# worst-case latency (tenths of seconds) by the expected
13431343
# transaction rate, and divide by approx 25.
1344-
max_pending_shred_sets = 1024
1344+
max_pending_shred_sets = 32768
13451345

13461346
# The shred tile listens on a specific port for shreds to
13471347
# forward. This argument controls which port that is. The port

src/discof/repair/fd_repair_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define IN_KIND_GOSSIP (7)
4949
#define IN_KIND_GENESIS (8)
5050

51-
#define MAX_IN_LINKS (16)
51+
#define MAX_IN_LINKS (32)
5252

5353
#define MAX_REPAIR_PEERS 40200UL
5454
#define MAX_BUFFER_SIZE ( MAX_REPAIR_PEERS * sizeof( fd_shred_dest_wire_t ) )

0 commit comments

Comments
 (0)