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