From f459d71013da87fd87396a9f36f23d3528bdd823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Wed, 29 Feb 2012 11:30:45 +0800 Subject: [PATCH] raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository. --- patches/nginx-1.0.11-max_subrequests.patch | 2 +- patches/nginx-1.0.12-max_subrequests.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/nginx-1.0.11-max_subrequests.patch b/patches/nginx-1.0.11-max_subrequests.patch index cbfec65..ec409d9 100644 --- a/patches/nginx-1.0.11-max_subrequests.patch +++ b/patches/nginx-1.0.11-max_subrequests.patch @@ -7,7 +7,7 @@ -#define NGX_HTTP_MAX_SUBREQUESTS 50 + +#ifndef NGX_HTTP_MAX_SUBREQUESTS -+#define NGX_HTTP_MAX_SUBREQUESTS 100 ++#define NGX_HTTP_MAX_SUBREQUESTS 200 +#endif /* must be 2^n */ diff --git a/patches/nginx-1.0.12-max_subrequests.patch b/patches/nginx-1.0.12-max_subrequests.patch index 1f6a495..59b37e7 100644 --- a/patches/nginx-1.0.12-max_subrequests.patch +++ b/patches/nginx-1.0.12-max_subrequests.patch @@ -7,7 +7,7 @@ -#define NGX_HTTP_MAX_SUBREQUESTS 50 + +#ifndef NGX_HTTP_MAX_SUBREQUESTS -+#define NGX_HTTP_MAX_SUBREQUESTS 100 ++#define NGX_HTTP_MAX_SUBREQUESTS 200 +#endif /* must be 2^n */