pub const DEFAULT_IDLE_CONNECTION_TIMEOUT: Duration;
Expand description
Default timeout for idle connections of 10 seconds is good enough for most networks.
It doesn’t make sense to expose it as a CLI parameter on individual nodes, but customizations
are possible in custom nodes through NetworkConfiguration
.