]> granicus.if.org Git - apache/commitdiff
Our kids need a little more time here, remember, it takes a bit for
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 23 Jan 2002 18:34:30 +0000 (18:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 23 Jan 2002 18:34:30 +0000 (18:34 +0000)
  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

index 3b53c415c17b43b4685157ac7241275bd9c4b94d..7d68cee023ba495f79efef0e9cd95632275f989a 100644 (file)
@@ -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,