aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-02-28 14:54:23 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-02-28 14:54:23 +0000
commita95c85e78ae87fe165f73d27a706469320ceeb0a (patch)
tree10cee28a59a28611bb3a107693020b0923d66a5d /src/http/ngx_http_request.h
parentdb402276e17e87042bf207dc97761fe791469577 (diff)
downloadnginx-a95c85e78ae87fe165f73d27a706469320ceeb0a.tar.gz
nginx-a95c85e78ae87fe165f73d27a706469320ceeb0a.zip
Raised simultaneous subrequest limit from 50 to 200.
It wasn't enforced for a long time, and there are reports that people use up to 100 simultaneous subrequests now. As this is a safety limit to prevent loops, it's raised accordingly.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 17c4b1e66..70ca6097e 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -10,7 +10,7 @@
#define NGX_HTTP_MAX_URI_CHANGES 10
-#define NGX_HTTP_MAX_SUBREQUESTS 50
+#define NGX_HTTP_MAX_SUBREQUESTS 200
/* must be 2^n */
#define NGX_HTTP_LC_HEADER_LEN 32