Commit 080ce03f authored by Nils Goroll's avatar Nils Goroll

drop unimplemented parameter session_max

parent 2562b110
......@@ -911,23 +911,6 @@ PARAM(
/* func */ NULL
)
PARAM(
/* name */ session_max,
/* typ */ uint,
/* min */ "1000",
/* max */ NULL,
/* default */ "100000",
/* units */ "sessions",
/* flags */ 0,
/* s-text */
"Maximum number of sessions we will allocate from one pool before "
"just dropping connections.\n"
"This is mostly an anti-DoS measure, and setting it plenty high "
"should not hurt, as long as you have the memory for it.",
/* l-text */ "",
/* func */ NULL
)
PARAM(
/* name */ shm_reclen,
/* typ */ vsl_reclen,
......
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