]> granicus.if.org Git - apache/commitdiff
* include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes
authorJoe Orton <jorton@apache.org>
Thu, 26 Feb 2004 13:32:34 +0000 (13:32 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 26 Feb 2004 13:32:34 +0000 (13:32 +0000)
about 60 modules already.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102777 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 0ac00207450be0cfa7a8a57485723267e297815f..a9f03751ff8de148f924cf54d70365d493171ac5 100644 (file)
@@ -95,7 +95,7 @@ extern "C" {
 
 /* Maximum number of dynamically loaded modules */
 #ifndef DYNAMIC_MODULE_LIMIT
-#define DYNAMIC_MODULE_LIMIT 64
+#define DYNAMIC_MODULE_LIMIT 128
 #endif
 
 /* Default administrator's address */