From 3bc2c6827debbd95ae97861b042511b4d42d25af Mon Sep 17 00:00:00 2001 From: qiupeng-huacloud Date: Wed, 24 Jan 2018 18:58:10 +0800 Subject: [PATCH] modify incorrect desprition for TTTFB in README (#1967) Signed-off-by: qiupeng-huacloud --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c27d9890..ba4253191 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ A more adequate value to support websockets is a value higher than one hour (`36 NGINX provides the configuration option [ssl_buffer_size](http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_buffer_size) to allow the optimization of the TLS record size. -This improves the [Time To First Byte](https://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/) (TTTFB). +This improves the [TLS Time To First Byte](https://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/) (TTTFB). The default value in the Ingress controller is `4k` (NGINX default is `16k`). ### Retries in non-idempotent methods