Skip to content

Commit

Permalink
param: New deadline_pipe parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dridi committed Jan 19, 2024
1 parent c5f8fa8 commit f379654
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions include/tbl/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,18 @@ PARAM_SIMPLE(
/* flags */ WIZARD
)

PARAM_SIMPLE(
/* name */ deadline_pipe,
/* 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 */ default_grace,
/* type */ timeout,
Expand Down

0 comments on commit f379654

Please sign in to comment.