mirror of
https://github.com/openresty/openresty
synced 2025-02-18 18:09:35 +01:00
raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository.
This commit is contained in:
parent
367a5d8c5f
commit
f459d71013
@ -7,7 +7,7 @@
|
|||||||
-#define NGX_HTTP_MAX_SUBREQUESTS 50
|
-#define NGX_HTTP_MAX_SUBREQUESTS 50
|
||||||
+
|
+
|
||||||
+#ifndef NGX_HTTP_MAX_SUBREQUESTS
|
+#ifndef NGX_HTTP_MAX_SUBREQUESTS
|
||||||
+#define NGX_HTTP_MAX_SUBREQUESTS 100
|
+#define NGX_HTTP_MAX_SUBREQUESTS 200
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
/* must be 2^n */
|
/* must be 2^n */
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-#define NGX_HTTP_MAX_SUBREQUESTS 50
|
-#define NGX_HTTP_MAX_SUBREQUESTS 50
|
||||||
+
|
+
|
||||||
+#ifndef NGX_HTTP_MAX_SUBREQUESTS
|
+#ifndef NGX_HTTP_MAX_SUBREQUESTS
|
||||||
+#define NGX_HTTP_MAX_SUBREQUESTS 100
|
+#define NGX_HTTP_MAX_SUBREQUESTS 200
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
/* must be 2^n */
|
/* must be 2^n */
|
||||||
|
Loading…
Reference in New Issue
Block a user