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

@@ -3,7 +3,6 @@ mod beacon_node_fallback;
mod block_service;
mod check_synced;
mod cli;
mod config;
mod duties_service;
mod graffiti_file;
mod http_metrics;
@@ -14,6 +13,7 @@ mod preparation_service;
mod signing_method;
mod sync_committee_service;
pub mod config;
mod doppelganger_service;
pub mod http_api;
pub mod initialized_validators;