File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments