Skip to content

Commit

Permalink
GITBOOK-1220: Add next_timeout to HTTP options page
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Carruthers authored and gitbook-bot committed Oct 2, 2023
1 parent 03b14d3 commit 73bb969
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions features/deployment-http-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ The following “http\_options” have been introduced in this version. In subs

> NOTE - the default HTTP option settings can be found [here](https://github.com/akash-network/node/blob/main/sdl/v2.go#L18..L37)
* _**Max\_body\_size**_ - sets the maximum size of an individual HTTP request body
* _**Read\_timeout**_ - duration the proxy will wait for a response from the service 
* _**Send\_timeout**_ - duration the proxy will wait for the service to accept a request
* _**Next\_cases**_ - defines the cases where the proxy will try another replica in the service. Reference the upcoming “Next Cases Attribute Usage” section for details pertaining to allowed values.
* _**Next\_tries**_ - number of attempts the proxy will attempt another replica
* _**max\_body\_size**_ - sets the maximum size of an individual HTTP request body
* _**read\_timeout**_ - duration the proxy will wait for a response from the service 
* _**send\_timeout**_ - duration the proxy will wait for the service to accept a request
* _**next\_cases**_ - defines the cases where the proxy will try another replica in the service. Reference the upcoming “Next Cases Attribute Usage” section for details pertaining to allowed values.
* _**next\_tries**_ - number of attempts the proxy will attempt another replica
* _**next\_timeout**_ - amount of time the proxy will wait before considering a timeout has occurred

## **Example HTTP Options Usage**

Expand Down

0 comments on commit 73bb969

Please sign in to comment.