modify incorrect desprition for TTTFB in README (#1967)

Signed-off-by: qiupeng-huacloud <qiupeng@chinacloud.com.cn>
This commit is contained in:
qiupeng-huacloud 2018-01-24 18:58:10 +08:00 committed by Manuel Alejandro de Brito Fontes
parent 0836cb30aa
commit 3bc2c6827d

View file

@ -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