ChuanFF commented on code in PR #12991:
URL: https://github.com/apache/apisix/pull/12991#discussion_r2866921821
##########
docs/zh/latest/admin-api.md:
##########
@@ -1031,6 +1031,10 @@ APISIX 的 Upstream 除了基本的负载均衡算法选择外,还支持对上
|keepalive_pool.size | 否 | 辅助 |
动态设置 `keepalive` 指令,详细信息请参考下文。 |
|keepalive_pool.idle_timeout | 否
| 辅助 | 动态设置 `keepalive_timeout` 指令,详细信息请参考下文。 |
|keepalive_pool.requests | 否 | 辅助
| 动态设置 `keepalive_requests` 指令,详细信息请参考下文。 |
+|warm_up_conf.slow_start_time_seconds | 是
| integer | 预热持续时间(秒)。 | 30 |
+|warm_up_conf.min_weight_percent | 是
| integer | 预热开始时的最小权重百分比(1-100)。 | 1 |
+|warm_up_conf.aggression | 否 |
number | 控制预热期间流量增长的速率,默认为 1。 | 1.0 |
+|warm_up_conf.interval | 否 |
integer | 权重更新间隔(秒)。 | 1 |
Review Comment:
copilot is wrong; the require for aggression and interval is set to false.
--
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]