@@ -264,6 +264,7 @@ title: Configuration Reference
264
264
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
265
265
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
266
266
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
267
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
267
268
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
268
269
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
269
270
|tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 10s `
@@ -607,6 +608,7 @@ title: Configuration Reference
607
608
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
608
609
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
609
610
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
611
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
610
612
|method|The HTTP method to use when making requests to the Address Resolver|` string ` |` GET `
611
613
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
612
614
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
@@ -675,6 +677,7 @@ title: Configuration Reference
675
677
|instance|The Ethereum address of the FireFly BatchPin smart contract that has been deployed to the blockchain|Address ` string ` |` <nil> `
676
678
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
677
679
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
680
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
678
681
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
679
682
|prefixLong|The prefix that will be used for Ethconnect specific HTTP headers when FireFly makes requests to Ethconnect|` string ` |` firefly `
680
683
|prefixShort|The prefix that will be used for Ethconnect specific query parameters when FireFly makes requests to Ethconnect|` string ` |` fly `
@@ -759,6 +762,7 @@ title: Configuration Reference
759
762
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
760
763
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
761
764
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
765
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
762
766
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
763
767
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
764
768
|tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 10s `
@@ -823,6 +827,7 @@ title: Configuration Reference
823
827
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
824
828
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
825
829
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
830
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
826
831
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
827
832
|prefixLong|The prefix that will be used for Fabconnect specific HTTP headers when FireFly makes requests to Fabconnect|` string ` |` firefly `
828
833
|prefixShort|The prefix that will be used for Fabconnect specific query parameters when FireFly makes requests to Fabconnect|` string ` |` fly `
@@ -910,6 +915,7 @@ title: Configuration Reference
910
915
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
911
916
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
912
917
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
918
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
913
919
|method|The HTTP method to use when making requests to the Address Resolver|` string ` |` GET `
914
920
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
915
921
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
@@ -976,6 +982,7 @@ title: Configuration Reference
976
982
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
977
983
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
978
984
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
985
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
979
986
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
980
987
|prefixLong|The prefix that will be used for Tezosconnect specific HTTP headers when FireFly makes requests to Tezosconnect|` string ` |` firefly `
981
988
|prefixShort|The prefix that will be used for Tezosconnect specific query parameters when FireFly makes requests to Tezosconnect|` string ` |` fly `
@@ -1110,6 +1117,7 @@ title: Configuration Reference
1110
1117
|manifestEnabled|Determines whether to require+validate a manifest from other DX instances in the network. Must be supported by the connector|` string ` |` false `
1111
1118
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
1112
1119
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
1120
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
1113
1121
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
1114
1122
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
1115
1123
|tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 10s `
@@ -1213,6 +1221,7 @@ title: Configuration Reference
1213
1221
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
1214
1222
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
1215
1223
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
1224
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
1216
1225
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
1217
1226
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
1218
1227
|tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 10s `
@@ -1273,6 +1282,7 @@ title: Configuration Reference
1273
1282
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
1274
1283
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
1275
1284
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
1285
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
1276
1286
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
1277
1287
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
1278
1288
|tlsHandshakeTimeout|The maximum amount of time to wait for a successful TLS handshake|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 10s `
@@ -1341,6 +1351,7 @@ title: Configuration Reference
1341
1351
|idleTimeout|The max duration to hold a HTTP keepalive connection between calls|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 475ms `
1342
1352
|maxConnsPerHost|The max number of connections, per unique hostname. Zero means no limit|` int ` |` 0 `
1343
1353
|maxIdleConns|The max number of idle connections to hold pooled|` int ` |` 100 `
1354
+ |maxIdleConnsPerHost|The max number of idle connections, per unique hostname. Zero means net/http uses the default of only 2.|` int ` |` 100 `
1344
1355
|passthroughHeadersEnabled|Enable passing through the set of allowed HTTP request headers|` boolean ` |` false `
1345
1356
|requestTimeout|The maximum amount of time that a request is allowed to remain open|[ ` time.Duration ` ] ( https://pkg.go.dev/time#Duration ) |` 30s `
1346
1357
|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