]> granicus.if.org Git - apache/commitdiff
bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little
authorGreg Ames <gregames@apache.org>
Thu, 15 Jan 2004 15:42:38 +0000 (15:42 +0000)
committerGreg Ames <gregames@apache.org>
Thu, 15 Jan 2004 15:42:38 +0000 (15:42 +0000)
while) since the current limit is too small for at least one high end site.

Submitted by: Colm MacCarthaigh [colm stdlib.net]

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

server/mpm/prefork/prefork.c

index 109db65cb5ad4d37ad8e033e669da29e39e1af86..b07164a82a1f4d2f0670df1c348e8cacd4955af3 100644 (file)
  * some sort of compile-time limit to help catch typos.
  */
 #ifndef MAX_SERVER_LIMIT
-#define MAX_SERVER_LIMIT 20000
+#define MAX_SERVER_LIMIT 200000
 #endif
 
 #ifndef HARD_THREAD_LIMIT