The maximum number of idle connections kept by the underlying OkHttp connection pool.
public Unit maxIdleConnections(Int maxIdleConnections)The maximum number of idle connections kept by the underlying OkHttp connection pool. If this is set, then [keepAliveDuration] must also be set. If unset, then OkHttp's default is used.
| Name | Type | Description |
|---|---|---|
maxIdleConnections* | Int? |