]> err.no Git - varnish/commitdiff
Doc fixes
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Sep 2008 08:29:18 +0000 (08:29 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Sep 2008 08:29:18 +0000 (08:29 +0000)
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: svn+ssh://projects.linpro.no/svn/varnish/trunk@3190 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index 8629b77858b39db96bd6353a4f2f680ee65693f4..c8597e63faddccb9211ce33af7f75caacf24037b 100644 (file)
@@ -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,