Set web3signer keep-alive to 20s by default (#5587)

* Set web3signer keep-alive to 20s by default

* add tests
This commit is contained in:
Michael Sproul
2024-04-18 01:09:09 +10:00
committed by GitHub
parent cda926ce1b
commit 49617f3e82
5 changed files with 30 additions and 5 deletions

View File

@@ -218,7 +218,7 @@ OPTIONS:
The directory which contains the validator keystores, deposit data for each validator along with the common
slashing protection database and the validator_definitions.yml
--web3-signer-keep-alive-timeout <MILLIS>
Keep-alive timeout for each web3signer connection. Set to 'null' to never timeout [default: 90000]
Keep-alive timeout for each web3signer connection. Set to 'null' to never timeout [default: 20000]
--web3-signer-max-idle-connections <COUNT>
Maximum number of idle connections to maintain per web3signer host. Default is unlimited.