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 */