[master] 097bc420d param: Add delayed flag to max_{restarts,retries}
Walid Boudebouda
walid.boudebouda at gmail.com
Thu Mar 13 15:16:06 UTC 2025
commit 097bc420dfb4fc3e0675ba15a5efc2e17bf4ff7a
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date: Thu Mar 13 14:46:23 2025 +0100
param: Add delayed flag to max_{restarts,retries}
Refs 1970515d8a4ae770cb610c98a155d456fe4e42e9
Refs 0f935ccecfb66c5058099875f281ec4bb41306a7
diff --git a/include/tbl/params.h b/include/tbl/params.h
index 65404cf21..7c2c7a667 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -771,7 +771,8 @@ PARAM_SIMPLE(
/* def */ "4",
/* units */ "restarts",
/* descr */
- "Upper limit on how many times a request can restart."
+ "Upper limit on how many times a request can restart.",
+ /* flags */ DELAYED_EFFECT
)
PARAM_SIMPLE(
@@ -782,7 +783,8 @@ PARAM_SIMPLE(
/* def */ "4",
/* units */ "retries",
/* descr */
- "Upper limit on how many times a backend fetch can retry."
+ "Upper limit on how many times a backend fetch can retry.",
+ /* flags */ DELAYED_EFFECT
)
PARAM_SIMPLE(
More information about the varnish-commit
mailing list