diff --git a/features/deployment-http-options.md b/features/deployment-http-options.md index 35572770..06f9b481 100644 --- a/features/deployment-http-options.md +++ b/features/deployment-http-options.md @@ -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**