Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4502 - trunk/src/http

Anonymous User
February 28, 2012 09:56AM
Author: mdounin
Date: 2012-02-28 14:54:23 +0000 (Tue, 28 Feb 2012)
New Revision: 4502

Log:
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.


Modified:
trunk/src/http/ngx_http_request.h

Modified: trunk/src/http/ngx_http_request.h
===================================================================
--- trunk/src/http/ngx_http_request.h 2012-02-28 11:40:18 UTC (rev 4501)
+++ trunk/src/http/ngx_http_request.h 2012-02-28 14:54:23 UTC (rev 4502)
@@ -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

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

[nginx] svn commit: r4502 - trunk/src/http

Anonymous User 1250 February 28, 2012 09:56AM



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

Online Users

Guests: 213
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