mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 11:03:40 +00:00
bump parallel requests for data columns upto 64 for supernode
This commit is contained in:
parent
04fd58efbf
commit
f5354eb46d
@ -32,7 +32,7 @@ const
|
||||
PARALLEL_REQUESTS* = 2
|
||||
## Number of peers we using to resolve our request.
|
||||
|
||||
PARALLEL_REQUESTS_DATA_COLUMNS* = 8
|
||||
PARALLEL_REQUESTS_DATA_COLUMNS* = 64
|
||||
|
||||
BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
|
||||
## How long to wait for blobs to arrive over gossip before fetching.
|
||||
|
Loading…
x
Reference in New Issue
Block a user