Commit 32215660 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

param: New pipe_task_deadline parameter

parent 7eb20abe
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment