1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

ap_max_requests_per_child is a global

(otherwise, this local one doesn't match the one used by the OS/2 child
code or the MaxConnectionsPerChild directive)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2011-03-28 14:13:37 +00:00
parent d1ac3fd574
commit 044e80c621

View File

@@ -75,7 +75,6 @@ static apr_pool_t *pconf = NULL; /* Pool for config stuff */
static int one_process = 0;
static int ap_daemons_to_start = 0;
static int ap_thread_limit = 0;
static int ap_max_requests_per_child = 0;
int ap_min_spare_threads = 0;
int ap_max_spare_threads = 0;