mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 21:19:12 -06:00
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.
This commit is contained in:
parent
db402276e1
commit
a95c85e78a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define NGX_HTTP_MAX_URI_CHANGES 10
|
#define NGX_HTTP_MAX_URI_CHANGES 10
|
||||||
#define NGX_HTTP_MAX_SUBREQUESTS 50
|
#define NGX_HTTP_MAX_SUBREQUESTS 200
|
||||||
|
|
||||||
/* must be 2^n */
|
/* must be 2^n */
|
||||||
#define NGX_HTTP_LC_HEADER_LEN 32
|
#define NGX_HTTP_LC_HEADER_LEN 32
|
||||||
|
Loading…
Reference in New Issue
Block a user