]> git.kaiwu.me - nginx.git/commitdiff
Raised simultaneous subrequest limit from 50 to 200.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 28 Feb 2012 14:54:23 +0000 (14:54 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 28 Feb 2012 14:54:23 +0000 (14:54 +0000)
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.

src/http/ngx_http_request.h

index 17c4b1e66b0b29463c18cabc8dfb136a23c67fd0..70ca6097efa89728af964f1d0109700fb9a2109f 100644 (file)
@@ -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