[master] 080ce03 drop unimplemented parameter session_max

Nils Goroll nils.goroll at uplex.de
Fri Sep 9 17:16:12 CEST 2016


commit 080ce03f238481e462622bcdb3f2dd30ecfae98f
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Sep 9 16:22:57 2016 +0200

    drop unimplemented parameter session_max

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 06ef16f..57bab3a 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -912,23 +912,6 @@ PARAM(
 )
 
 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,
 	/* min */	"16b",



More information about the varnish-commit mailing list