Skip to content

Commit d69a963

Browse files
authored
Merging to release-5.8: [DX-2045] docs: clarify TYK_GW_MAXIDLECONNSPERHOST default value and recommendation (#1136)
[DX-2045] docs: clarify TYK_GW_MAXIDLECONNSPERHOST default value and recommendation (#1136)
1 parent 10cd519 commit d69a963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/gateway-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ Maximum idle connections, per API, between Tyk and Upstream. By default not limi
908908
ENV: <b>TYK_GW_MAXIDLECONNSPERHOST</b><br />
909909
Type: `int`<br />
910910

911-
Maximum idle connections, per API, per upstream, between Tyk and Upstream. Default:100
911+
Maximum idle connections, per API, per upstream, between Tyk and Upstream. A value of `0` will use the default from the Go standard library, which is 2 connections. Tyk recommends setting this value to `500` for production environments.
912912

913913
### max_conn_time
914914
ENV: <b>TYK_GW_MAXCONNTIME</b><br />

0 commit comments

Comments
 (0)