Update proper default value for HTTP2MaxConcurrentStreams in Docs (#6944)
It should be 128 as documented in https://github.com/kubernetes/ingress-nginx/blob/master/internal/ingress/controller/config/config.go#L780
This commit is contained in:
parent
f5af88a320
commit
24bb739c81
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ The following table shows a configuration option's name, type, and the default v
|
||||||
|[http2-max-field-size](#http2-max-field-size)|string|"4k"|
|
|[http2-max-field-size](#http2-max-field-size)|string|"4k"|
|
||||||
|[http2-max-header-size](#http2-max-header-size)|string|"16k"|
|
|[http2-max-header-size](#http2-max-header-size)|string|"16k"|
|
||||||
|[http2-max-requests](#http2-max-requests)|int|1000|
|
|[http2-max-requests](#http2-max-requests)|int|1000|
|
||||||
|[http2-max-concurrent-streams](#http2-max-concurrent-streams)|int|1000|
|
|[http2-max-concurrent-streams](#http2-max-concurrent-streams)|int|128|
|
||||||
|[hsts](#hsts)|bool|"true"|
|
|[hsts](#hsts)|bool|"true"|
|
||||||
|[hsts-include-subdomains](#hsts-include-subdomains)|bool|"true"|
|
|[hsts-include-subdomains](#hsts-include-subdomains)|bool|"true"|
|
||||||
|[hsts-max-age](#hsts-max-age)|string|"15724800"|
|
|[hsts-max-age](#hsts-max-age)|string|"15724800"|
|
||||||
|
|
Loading…
Reference in a new issue