Parent Directory
|
Revision Log
|
Patch
--- httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c 2005/10/01 11:02:10 292949 +++ httpd/httpd/branches/2.2.x/server/mpm/worker/worker.c 2005/10/02 20:56:56 293164 @@ -120,9 +120,9 @@ static int max_spare_threads = 0; static int ap_daemons_limit = 0; static int server_limit = DEFAULT_SERVER_LIMIT; -static int first_server_limit; +static int first_server_limit = 0; static int thread_limit = DEFAULT_THREAD_LIMIT; -static int first_thread_limit; +static int first_thread_limit = 0; static int changed_limit_at_restart; static int dying = 0; static int workers_may_exit = 0;
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |