[master] 32215660c param: New pipe_task_deadline parameter

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Jan 31 16:37:05 UTC 2024


commit 32215660c1c4851232fc4127c3862bbee7848365
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Jan 19 16:38:43 2024 +0100

    param: New pipe_task_deadline parameter

diff --git a/include/tbl/params.h b/include/tbl/params.h
index c88809da7..d8f485c71 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -766,6 +766,18 @@ PARAM_SIMPLE(
 	"Maximum number of sessions dedicated to pipe transactions."
 )
 
+PARAM_SIMPLE(
+	/* name */	pipe_task_deadline,
+	/* type */	timeout,
+	/* min */	"0.000",
+	/* max */	NULL,
+	/* def */	"0s",
+	/* units */	"seconds",
+	/* descr */
+	"Deadline for PIPE sessions. Regardless of activity in either "
+	"direction after this many seconds, the session is closed."
+)
+
 PARAM_SIMPLE(
 	/* name */	pipe_timeout,
 	/* type */	timeout,


More information about the varnish-commit mailing list