Skip to content

Commit c2d0b9f

Browse files
committed
update reference
Signed-off-by: Chengxuan Xing <[email protected]>
1 parent aed22aa commit c2d0b9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.md

+3
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
316316
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`<nil>`
317317
|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>`
318319
|method|Deprecated: Please use 'transactions.handler.simple.gasOracle.method' instead|`string`|`<nil>`
319320
|mode|Deprecated: Please use 'transactions.handler.simple.gasOracle.mode' instead|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>`
320321
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`<nil>`
@@ -416,6 +417,7 @@
416417
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
417418
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`<nil>`
418419
|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>`
419421
|method|The HTTP Method to use when invoking the Gas Oracle REST API|`string`|`<nil>`
420422
|mode|The gas oracle mode|'connector', 'restapi', 'fixed', or 'disabled'|`<nil>`
421423
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`<nil>`
@@ -489,6 +491,7 @@
489491
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[`time.Duration`](https://pkg.go.dev/time#Duration)|`475ms`
490492
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|`int`|`0`
491493
|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`
492495
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|`boolean`|`false`
493496
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[`time.Duration`](https://pkg.go.dev/time#Duration)|`30s`
494497
|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

Comments
 (0)