This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit d608fb321a39d2dfaa8c268d4b53959f8dcf8605 Author: Brian Olsen <[email protected]> AuthorDate: Fri Aug 16 06:11:18 2024 -0600 add max_open_write_retry_timeout to recordsconfig (#11685) Co-authored-by: Brian Olsen <[email protected]> (cherry picked from commit 721b6f5f4f9cae08e230b4c6dbc5613a0c2f2905) --- src/records/RecordsConfig.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/records/RecordsConfig.cc b/src/records/RecordsConfig.cc index b9dd16681f..f36f0c0e55 100644 --- a/src/records/RecordsConfig.cc +++ b/src/records/RecordsConfig.cc @@ -580,6 +580,8 @@ static const RecordElement RecordsConfig[] = , {RECT_CONFIG, "proxy.config.http.cache.max_open_write_retries", RECD_INT, "1", RECU_DYNAMIC, RR_NULL, RECC_NULL, nullptr, RECA_NULL} , + {RECT_CONFIG, "proxy.config.http.cache.max_open_write_retry_timeout", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_NULL, nullptr, RECA_NULL} + , // # open_write_fail_action has 3 options: // # // # 0 - default. disable cache and goto origin
