This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new e46d716d29 Fix a syntax error in a table on the DS overview page
(#7263)
e46d716d29 is described below
commit e46d716d294ab338fd9d47a2d9a7891242fef10e
Author: ocket8888 <[email protected]>
AuthorDate: Tue Jan 3 12:59:33 2023 -0700
Fix a syntax error in a table on the DS overview page (#7263)
---
docs/source/overview/delivery_services.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/overview/delivery_services.rst
b/docs/source/overview/delivery_services.rst
index 0898ad0f7f..01d5cff8a4 100644
--- a/docs/source/overview/delivery_services.rst
+++ b/docs/source/overview/delivery_services.rst
@@ -1091,8 +1091,8 @@ Each :term:`Parameter` directly corresponds to a field in
a line of the :abbr:`A
| parent_retry | `parent_retry`_
| Sets whether the :term:`cache servers` will
use "simple retries", |
| |
| "unavailable server retries", or both.
(deprecated) |
+-----------------------------------------+------------------------------------------------------------+-------------------------------------------------------------------------------------+
- | simple_server_retry_responses |
`simple_server_retry_responses`_ | Defines HTTP
response codes for an :term:`origin server |
- | |
| that necessitate a "simple retry".
|
+ | simple_server_retry_responses |
`simple_server_retry_responses`_ | Defines HTTP
response codes for an :term:`origin server` that necessitate a "simple |
+ | |
| retry".
|
+-----------------------------------------+------------------------------------------------------------+-------------------------------------------------------------------------------------+
| max_simple_retries | `max_simple_retries`_
| Sets a strict limit on the number of "simple
retries" allowed before giving up |
+-----------------------------------------+------------------------------------------------------------+-------------------------------------------------------------------------------------+