This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 721b6f5f4f add max_open_write_retry_timeout to recordsconfig (#11685)
721b6f5f4f is described below
commit 721b6f5f4f9cae08e230b4c6dbc5613a0c2f2905
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]>
---
src/records/RecordsConfig.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/records/RecordsConfig.cc b/src/records/RecordsConfig.cc
index 96863281aa..f66726cb3e 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