Welcome! Log In Create A New Profile

Advanced

[nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

Valentin Bartenev
August 31, 2015 04:30PM
details: http://hg.nginx.org/nginx/rev/281863981d0b
branches:
changeset: 6239:281863981d0b
user: Valentin Bartenev <vbart@nginx.com>
date: Mon Aug 31 23:26:33 2015 +0300
description:
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.

diffstat:

src/http/ngx_http_request.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8c6e71722aff -r 281863981d0b src/http/ngx_http_request.h
--- a/src/http/ngx_http_request.h Mon Aug 31 23:25:16 2015 +0300
+++ b/src/http/ngx_http_request.h Mon Aug 31 23:26:33 2015 +0300
@@ -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

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

Valentin Bartenev 844 August 31, 2015 04:30PM

Re: [nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

Yichun Zhang (agentzh) 338 September 01, 2015 02:00AM

Re: [nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

steveh 463 September 01, 2015 04:20AM

Re: [nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

Valentin V. Bartenev 374 September 01, 2015 06:16AM

Re: [nginx] Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.

Yichun Zhang (agentzh) 417 September 01, 2015 11:04AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 210
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready