mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-02 09:46:26 +00:00
bump gossip wait time
This commit is contained in:
parent
5662b7c27f
commit
675791e61f
@ -38,11 +38,11 @@ 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* = 2 * 1_000_000_000
|
||||
DATA_COLUMN_GOSSIP_WAIT_TIME_NS* = 10 * 1_000_000_000
|
||||
|
||||
POLL_INTERVAL = 1.seconds
|
||||
|
||||
POLL_INTERVAL_DATA_COLUMNS = 10.seconds
|
||||
POLL_INTERVAL_DATA_COLUMNS = 1.seconds
|
||||
|
||||
type
|
||||
BlockVerifierFn* = proc(
|
||||
|
Loading…
x
Reference in New Issue
Block a user