raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository.

pull/14/head
agentzh (章亦春) 13 years ago
parent 367a5d8c5f
commit f459d71013

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

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

Loading…
Cancel
Save