connectionReadTimeout property

Duration connectionReadTimeout
final

Connection-level read timeout for idle connections (default: 35 seconds) This should be at least 3x the keepAliveInterval to allow for keepalive pings before timing out an idle connection.

Implementation

final Duration connectionReadTimeout;