You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/06 02:31:11 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #4539: docs: fix the valid value interval of `max_breaker_sec`

spacewander commented on a change in pull request #4539:
URL: https://github.com/apache/apisix/pull/4539#discussion_r664195770



##########
File path: docs/en/latest/plugins/api-breaker.md
##########
@@ -52,7 +52,7 @@ In an unhealthy state, when a request is forwarded to an upstream service and th
 | Name                    | Type          | Requirement | Default | Valid            | Description                                                                 |
 | ----------------------- | ------------- | ----------- | -------- | --------------- | --------------------------------------------------------------------------- |
 | break_response_code     | integer        | required |            | [200, ..., 599] | Return error code when unhealthy |
-| max_breaker_sec         | integer        | optional | 300        | >=60            | Maximum breaker time(seconds) |
+| max_breaker_sec         | integer        | optional | 300        | >=3             | Maximum breaker time(seconds) |

Review comment:
       Let's update docs/zh/latest/plugins/api-breaker.md too




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org