reduce parallel requests

This commit is contained in:
Agnish Ghosh 2024-07-06 00:30:18 +05:30
parent adc717c3d0
commit 1729bdcf57
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const
PARALLEL_REQUESTS* = 8
## Number of peers we using to resolve our request.
PARALLEL_REQUESTS_DATA_COLUMNS* = 50
PARALLEL_REQUESTS_DATA_COLUMNS* = 20
BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
## How long to wait for blobs to arrive over gossip before fetching.