mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 12:54:27 +00:00
Add builder header timeout flag (#5857)
* fix bitvector test random impl * add a new flag that allows for configuring the timeout for get builder header api calls * make cli * add upper limit check, changes based on feedback * update cli * capitalization * cli fix
This commit is contained in:
@@ -43,6 +43,9 @@ Options:
|
||||
slots on the canonical chain in the past `SLOTS_PER_EPOCH`, it will
|
||||
NOT query any connected builders, and will use the local execution
|
||||
engine for payload construction. [default: 8]
|
||||
--builder-header-timeout <MILLISECONDS>
|
||||
Defines a timeout value (in milliseconds) to use when fetching a block
|
||||
header from the builder API. [default: 1000]
|
||||
--builder-profit-threshold <WEI_VALUE>
|
||||
This flag is deprecated and has no effect.
|
||||
--builder-user-agent <STRING>
|
||||
|
||||
Reference in New Issue
Block a user