r3715 - branches/2.0/varnish-cache/bin/varnishd
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Tue Feb 10 14:39:53 CET 2009
Author: tfheen
Date: 2009-02-10 14:39:53 +0100 (Tue, 10 Feb 2009)
New Revision: 3715
Modified:
branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
Log:
Set purge_hash to on by default in the 2.0 branch.
Modified: branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/mgt_param.c 2009-02-10 13:33:28 UTC (rev 3714)
+++ branches/2.0/varnish-cache/bin/varnishd/mgt_param.c 2009-02-10 13:39:53 UTC (rev 3715)
@@ -720,7 +720,7 @@
"NB: this increases storage requirement per object "
"by the length of the hash string.\n",
MUST_RESTART,
- "off", "bool" },
+ "on", "bool" },
{ "log_local_address", tweak_bool, &master.log_local_addr, 0, 0,
"Log the local address on the TCP connection in the "
"SessionOpen shared memory record.\n",
More information about the varnish-commit
mailing list