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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user