Skip to content

Commit f459d71

Browse files
committed
raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository.
1 parent 367a5d8 commit f459d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/nginx-1.0.11-max_subrequests.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-#define NGX_HTTP_MAX_SUBREQUESTS 50
88
+
99
+#ifndef NGX_HTTP_MAX_SUBREQUESTS
10-
+#define NGX_HTTP_MAX_SUBREQUESTS 100
10+
+#define NGX_HTTP_MAX_SUBREQUESTS 200
1111
+#endif
1212

1313
/* must be 2^n */

patches/nginx-1.0.12-max_subrequests.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-#define NGX_HTTP_MAX_SUBREQUESTS 50
88
+
99
+#ifndef NGX_HTTP_MAX_SUBREQUESTS
10-
+#define NGX_HTTP_MAX_SUBREQUESTS 100
10+
+#define NGX_HTTP_MAX_SUBREQUESTS 200
1111
+#endif
1212

1313
/* must be 2^n */

0 commit comments

Comments
 (0)