]> git.kaiwu.me - nginx.git/commitdiff
Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.
authorValentin Bartenev <vbart@nginx.com>
Mon, 31 Aug 2015 20:26:33 +0000 (23:26 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 31 Aug 2015 20:26:33 +0000 (23:26 +0300)
There is no much sense in such a big value since its semantics
has been changed in 06e850859a26 to limit recursive subrequests.

src/http/ngx_http_request.h

index 7e56c399d2a989691960f48169bac7dfa87397ee..eac8b6d0b69f0a706aea9a90831a312eb8ce49b4 100644 (file)
@@ -10,7 +10,7 @@
 
 
 #define NGX_HTTP_MAX_URI_CHANGES           10
-#define NGX_HTTP_MAX_SUBREQUESTS           200
+#define NGX_HTTP_MAX_SUBREQUESTS           50
 
 /* must be 2^n */
 #define NGX_HTTP_LC_HEADER_LEN             32