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-Tag: 2.0.31~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfee22cad4fd94961b0d3722b09a6c39801f2db2;p=apache 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 3b53c415c1..7d68cee023 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,