Commit 332dd175 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Document max_connections somewhat

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4238 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent de8f67ed
......@@ -93,6 +93,11 @@ if (req.http.host ~ "^(www\.)?example.com$") {
}
.Ed
.Pp
To avoid overloading backend servers,
.Fa .max_connections
can be set to limit the maximum number of concurrent backend connections.
.Ed
.Pp
The timeout parameters can be overridden in the backend declaration.
The timeout parameters are
.Fa .connect_timeout
......
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