reduce gossip wait time for data columns

This commit is contained in:
Agnish Ghosh 2024-08-23 11:46:06 +05:30
parent bf60839e67
commit de7cbd8ca4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const
BLOB_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
## How long to wait for blobs to arrive over gossip before fetching.
DATA_COLUMN_GOSSIP_WAIT_TIME_NS* = 16 * 1_000_000_000
DATA_COLUMN_GOSSIP_WAIT_TIME_NS* = 2 * 1_000_000_000
POLL_INTERVAL = 1.seconds