mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
increase blinded block submission timeout from 1s to 4s (#4088)
This commit is contained in:
parent
dee60e6e77
commit
324e021966
@ -49,7 +49,7 @@ const
|
||||
delayBuckets = [-Inf, -4.0, -2.0, -1.0, -0.5, -0.1, -0.05,
|
||||
0.05, 0.1, 0.5, 1.0, 2.0, 4.0, 8.0, Inf]
|
||||
|
||||
BUILDER_BLOCK_SUBMISSION_DELAY_TOLERANCE = 1.seconds
|
||||
BUILDER_BLOCK_SUBMISSION_DELAY_TOLERANCE = 4.seconds
|
||||
BUILDER_STATUS_DELAY_TOLERANCE = 3.seconds
|
||||
BUILDER_VALIDATOR_REGISTRATION_DELAY_TOLERANCE = 3.seconds
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user