[4.1] ab7c539 Revert "Limit VSL size to 4G-1b"

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Dec 9 17:43:04 CET 2016


commit ab7c539ac40f12091adfb2fa00876dbeb0feff80
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Dec 9 17:07:16 2016 +0100

    Revert "Limit VSL size to 4G-1b"
    
    This reverts commit 95100cd02cf54009d88ff64f50b52fa8dc3dacdd.
    
    We already had a check that took care of this in an architecture
    independent way.
    
    See 452ac52
    Closes #1750

diff --git a/include/tbl/params.h b/include/tbl/params.h
index a32864c..9a272a3 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1494,7 +1494,7 @@ PARAM(
 	/* name */	vsl_space,
 	/* typ */	bytes,
 	/* min */	"1M",
-	/* max */	"4294967295",	// 4G-1
+	/* max */	NULL,
 	/* default */	"80M",
 	/* units */	"bytes",
 	/* flags */	MUST_RESTART,



More information about the varnish-commit mailing list