You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/04/21 08:51:37 UTC

svn commit: r1588852 - /httpd/httpd/trunk/server/mpm/winnt/child.c

Author: jailletc36
Date: Mon Apr 21 06:51:36 2014
New Revision: 1588852

URL: http://svn.apache.org/r1588852
Log:
Better self document code

Modified:
    httpd/httpd/trunk/server/mpm/winnt/child.c

Modified: httpd/httpd/trunk/server/mpm/winnt/child.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?rev=1588852&r1=1588851&r2=1588852&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Mon Apr 21 06:51:36 2014
@@ -1094,7 +1094,7 @@ void child_main(apr_pool_t *pconf, DWORD
         ap_log_error(APLOG_MARK, APLOG_TRACE2, 0, ap_server_conf,
                      "Child: %d threads starting up, %d remain from a prior generation",
                      starting_up, from_previous_generation);
-        apr_sleep(1 * APR_USEC_PER_SEC);
+        apr_sleep(apr_time_from_sec(1));
     }
 
     /* Wait for one of three events: