From: William A. Rowe Jr Date: Wed, 23 Jan 2002 18:34:30 +0000 (+0000) Subject: Our kids need a little more time here, remember, it takes a bit for X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9a4bf986332d2aa40d0985d61869dcac9fc213;p=thirdparty%2Fapache%2Fhttpd.git Our kids need a little more time here, remember, it takes a bit for the kernel to simply unwind 1920 threads. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92985 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 3b53c415c17..7d68cee023b 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1560,7 +1560,7 @@ static int master_main(server_rec *s, HANDLE shutdown_event, HANDLE restart_even die_now: if (shutdown_pending) { - int timeout = 5000; /* Timeout is milliseconds */ + int timeout = 30000; /* Timeout is milliseconds */ /* This shutdown is only marginally graceful. We will give the * child a bit of time to exit gracefully. If the time expires,