Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Change srcaddr_ttl default to 0s
Browse files Browse the repository at this point in the history
srcaddr_{ttl,hash} was never really used for anything, so turn it off
to gain a small bit of performance.  It is gone in trunk, so no
corresponding change there we can merge.

git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@4333 d4fa192b-c00b-0410-8231-f00ffab90ce4
  • Loading branch information
Tollef Fog Heen committed Oct 20, 2009
1 parent 54d1a90 commit fc076ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/mgt_param.c
Expand Up @@ -585,7 +585,7 @@ static const struct parspec input_parspec[] = {
"Lifetime of srcaddr entries.\n"
"Zero will disable srcaddr accounting entirely.",
EXPERIMENTAL,
"30", "seconds" },
"0", "seconds" },
{ "backend_http11", tweak_bool, &master.backend_http11, 0, 0,
"Force all backend requests to be HTTP/1.1.\n"
"By default we copy the protocol version from the "
Expand Down

0 comments on commit fc076ed

Please sign in to comment.