juzhiyuan commented on a change in pull request #4599:
URL: https://github.com/apache/apisix/pull/4599#discussion_r670111216



##########
File path: docs/zh/latest/admin-api.md
##########
@@ -551,7 +551,7 @@ APISIX 的 Upstream 除了基本的负载均衡算法选择外,还支持对上
 | key            | 条件必需                           | 匹配类型       | 该选项只有类型是 
`chash` 才有效。根据 `key` 来查找对应的 node `id`,相同的 `key` 在同一个对象中,永远返回相同 id,目前支持的 Nginx 
内置变量有 `uri, server_name, server_addr, request_uri, remote_port, remote_addr, 
query_string, host, hostname, arg_***`,其中 `arg_***` 是来自 URL 的请求参数,[Nginx 
变量列表](http://nginx.org/en/docs/varindex.html) |                                 
                 |
 | checks         | 可选                               | health_checker | 
配置健康检查的参数,详细可参考[health-check](health-check.md)                                  
                                                                                
                                                                                
                                                                                
             |                                                  |
 | retries        | 可选                               | 整型           | 使用底层的 
Nginx 重试机制将请求传递给下一个上游,默认启用重试且次数为后端可用的 node 数量。如果指定了具体重试次数,它将覆盖默认值。`0` 
代表不启用重试机制。                                                                      
                                                                                
                                           |                                    
              |
-| retry_timeout  | 可选                               | 整型           | 
限制是否继续重试的时间,若之前的请求和重试请求花费太多时间就不再继续重试。`0` 代表不启用重试超时机制。                           
                                                                                
                                                                                
      |                                                  |
+| retry_timeout  | 可选                               | number         | 
限制是否继续重试的时间,若之前的请求和重试请求花费太多时间就不再继续重试。`0` 代表不启用重试超时机制。                           
                                                                                
                                                                                
      |                                                  |

Review comment:
       ~~How about `数字` ?~~




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to