Commit 208e4c6d authored by Tollef Fog Heen's avatar Tollef Fog Heen

Doc fixes

esi_syntax is a bitmap, not a restart.

max_esi_includes is a number of includes, not a number of restarts
(and remove some bit of doc accidentially copied from max_restarts)


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3190 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4c82ef7d
......@@ -728,14 +728,12 @@ static const struct parspec parspec[] = {
" 0x00000001 - Don't check if it looks like XML\n"
"Use 0x notation and do the bitor in your head :-)\n",
0,
"0", "restarts" },
"0", "bitmap" },
{ "max_esi_includes",
tweak_uint, &master.max_esi_includes, 0, UINT_MAX,
"Maximum depth of esi:include processing."
"\nBe aware that restarts are likely to cause a hit against "
"the backend, so don't increase thoughtlessly.\n",
0,
"5", "restarts" },
"5", "includes" },
{ "cache_vbe_conns", tweak_bool, &master.cache_vbe_conns, 0, 0,
"Cache vbe_conn's or rely on malloc, that's the question.",
EXPERIMENTAL,
......
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