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

This commit is contained in:
agentzh (章亦春) 2012-02-29 11:30:45 +08:00
parent 367a5d8c5f
commit f459d71013
2 changed files with 2 additions and 2 deletions

View File

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

View File

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