mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Set web3signer keep-alive to 20s by default (#5587)
* Set web3signer keep-alive to 20s by default * add tests
This commit is contained in:
@@ -391,7 +391,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
Arg::with_name("web3-signer-keep-alive-timeout")
|
||||
.long("web3-signer-keep-alive-timeout")
|
||||
.value_name("MILLIS")
|
||||
.default_value("90000")
|
||||
.default_value("20000")
|
||||
.help("Keep-alive timeout for each web3signer connection. Set to 'null' to never \
|
||||
timeout")
|
||||
.takes_value(true),
|
||||
|
||||
Reference in New Issue
Block a user