reduce outgoing root requests
This commit is contained in:
parent
2444b3190e
commit
0034fea1d6
|
@ -32,7 +32,7 @@ const
|
|||
PARALLEL_REQUESTS* = 2
|
||||
## Number of peers we using to resolve our request.
|
||||
|
||||
PARALLEL_REQUESTS_DATA_COLUMNS* = 64
|
||||
PARALLEL_REQUESTS_DATA_COLUMNS* = 8
|
||||
|
||||
BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
|
||||
## How long to wait for blobs to arrive over gossip before fetching.
|
||||
|
|
Loading…
Reference in New Issue