bneradt commented on code in PR #12397: URL: https://github.com/apache/trafficserver/pull/12397#discussion_r2237695133
########## doc/admin-guide/files/records.yaml.en.rst: ########## @@ -1705,6 +1705,13 @@ Origin Server Connect Attempts `proxy.config.http.connect_attempts_max_retries`_ so an error is returned to the client faster and also to reduce the load on the down origin. The timeout interval `proxy.config.http.connect_attempts_timeout`_ in seconds is used with this setting. +.. ts:cv:: CONFIG proxy.config.http.connect_attempts_retry_backoff_base INT 0 + :reloadable: + :overridable: + + The base delay, in milliseconds, used for exponential backoff between retry attempts to connecto to the origin server. After each + failure the delay doubles - e.g. 64m, 128m, 256m. When this is set to `0`, |TS| retries immediately without exponential backoff. Review Comment: `connecto` ```yaml :units: milliseconds ``` Let's indicate that `0` is the default value. Maybe add `(the default value)` after "When this is set to `0`"? -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org