From fb9a4bf986332d2aa40d0985d61869dcac9fc213 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 23 Jan 2002 18:34:30 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/mpm_winnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.1