From: Valentin Bartenev Date: Mon, 31 Aug 2015 20:26:33 +0000 (+0300) Subject: Decreased the NGX_HTTP_MAX_SUBREQUESTS limit. X-Git-Tag: release-1.9.5~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=5e0b936a07bf9a2c4cbbe353a9a0277c782ffbf6;p=nginx.git Decreased the NGX_HTTP_MAX_SUBREQUESTS limit. There is no much sense in such a big value since its semantics has been changed in 06e850859a26 to limit recursive subrequests. --- diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 7e56c399d..eac8b6d0b 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 200 +#define NGX_HTTP_MAX_SUBREQUESTS 50 /* must be 2^n */ #define NGX_HTTP_LC_HEADER_LEN 32