summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_pools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c
index cddd1b987..82a9f7b2e 100644
--- a/memory/unix/apr_pools.c
+++ b/memory/unix/apr_pools.c
@@ -2051,7 +2051,7 @@ static void free_proc_chain(struct process_chain *procs)
/* Sleep only if we have to... */
if (need_timeout)
- apr_sleep(3 * APR_USEC_PER_SEC);
+ apr_sleep(apr_time_from_sec(3));
/* OK, the scripts we just timed out for have had a chance to clean up
* --- now, just get rid of them, and also clean up the system accounting