File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,20 @@ compiled with `--enable-proxy-tls` option.
35
35
36
36
The time, in fractional seconds, before an attempted connection between the proxy and a backend times out.
37
37
38
+ ## <code >backend_depth_limit</code >
39
+
40
+ <table >
41
+ <tr ><th >Type</th ><td ><code >integer</code ></td ></tr >
42
+ <tr ><th >Default</th ><td ><code >0</code ></td ></tr >
43
+ </table >
44
+
45
+ The maximum number of requests which can be enqueued on a backend before
46
+ fast-failing further requests. This limits memory usage and client delays if a
47
+ backend is having network problems. This should be set to lower than
48
+ ` active_req_limit ` if used.
49
+
50
+ If set to ` 0 ` , then the proxy does not impose this limit.
51
+
38
52
## <code >backend_failure_limit</code >
39
53
40
54
<table >
You can’t perform that action at this time.
0 commit comments