Skip to content

eth::EthWatchConnectionConfig

Connection pool limits for eth watch peer sessions. Defaults keep three active dial/watch slots per chain.

#include <eth_watch_service.hpp>

Public Attributes

Name
int max_total_connections
int max_connections_per_chain

Public Attributes Documentation

variable max_total_connections

int max_total_connections = 24;

variable max_connections_per_chain

int max_connections_per_chain = 3;

Updated on 2026-06-05 at 17:22:18 -0700