bump parallel dc requests
This commit is contained in:
parent
eaf4b261c1
commit
30f8ef9154
|
@ -33,7 +33,7 @@ const
|
||||||
PARALLEL_REQUESTS* = 2
|
PARALLEL_REQUESTS* = 2
|
||||||
## Number of peers we using to resolve our request.
|
## Number of peers we using to resolve our request.
|
||||||
|
|
||||||
PARALLEL_REQUESTS_DATA_COLUMNS* = 16
|
PARALLEL_REQUESTS_DATA_COLUMNS* = 32
|
||||||
|
|
||||||
BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
|
BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
|
||||||
## How long to wait for blobs to arrive over gossip before fetching.
|
## How long to wait for blobs to arrive over gossip before fetching.
|
||||||
|
|
Loading…
Reference in New Issue