|
315 | 315 | |idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
316 | 316 | |maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`<nil>`
|
317 | 317 | |maxIdleConns|The max number of idle connections to hold pooled|`int`|`<nil>`
|
| 318 | +|maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|`int`|`<nil>` |
318 | 319 | |method|Deprecated: Please use 'transactions.handler.simple.gasOracle.method' instead|`string`|`<nil>`
|
319 | 320 | |mode|Deprecated: Please use 'transactions.handler.simple.gasOracle.mode' instead|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>`
|
320 | 321 | |passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`<nil>`
|
|
416 | 417 | |idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
417 | 418 | |maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`<nil>`
|
418 | 419 | |maxIdleConns|The max number of idle connections to hold pooled|`int`|`<nil>`
|
| 420 | +|maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|`int`|`<nil>` |
419 | 421 | |method|The HTTP Method to use when invoking the Gas Oracle REST API|`string`|`<nil>`
|
420 | 422 | |mode|The gas oracle mode|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>`
|
421 | 423 | |passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`<nil>`
|
|
489 | 491 | |idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`475ms`
|
490 | 492 | |maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`0`
|
491 | 493 | |maxIdleConns|The max number of idle connections to hold pooled|`int`|`100`
|
| 494 | +|maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|`int`|`100` |
492 | 495 | |passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`false`
|
493 | 496 | |requestTimeout|The maximum amount of time that a request is allowed to remain open|[`time.Duration`](https://pkg.go.dev/time#Duration)|`30s`
|
494 | 497 | |tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[`time.Duration`](https://pkg.go.dev/time#Duration)|`10s`
|
|
0 commit comments