monkeyDluffy6017 commented on code in PR #9708: URL: https://github.com/apache/apisix/pull/9708#discussion_r1236694537
##########
docs/en/latest/admin-api.md:
##########
@@ -858,7 +858,7 @@ In addition to the equalization algorithm selections,
Upstream also supports pas
| checks | optional |
Configures the parameters for the [health check](./tutorials/health-check.md).
|
|
| retries | optional |
Sets the number of retries while passing the request to Upstream using the
underlying Nginx mechanism. Set according to the number of available backend
nodes by default. Setting this to `0` disables retry.
|
|
| retry_timeout | optional |
Timeout to continue with retries. Setting this to `0` disables the retry
timeout.
|
|
-| timeout | optional |
Sets the timeout (in seconds) for connecting to, and sending and receiving
messages to and from the Upstream.
|
|
+| timeout | optional |
Sets the timeout (in seconds) for connecting to, and sending and receiving
messages to and from the Upstream. | `{"connect": 0.5,"send": 0.5,"read":
0.5}`6 |
Review Comment:
```suggestion
| timeout | optional
| Sets the timeout (in seconds) for connecting to, and sending and receiving
messages to and from the Upstream. | `{"connect": 0.5,"send": 0.5,"read": 0.5}`
|
```
--
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]
