Commit b40f1a80 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

*how* did I mis-spell that.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@264104 13f79535-47bb-0310-9956-ffa450edef68
parent 3fe110f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ const char *ap_mpm_set_coredumpdir(cmd_parms *cmd, void *dummy,
extern int ap_graceful_shutdown_timeout;
const char *ap_mpm_set_graceful_shutdown(cmd_parms *cmd, void *dummy,
                                         const char *arg);
#define AP_GRACFUL_SHUTDOWN_TIMEOUT_COMMAND \
#define AP_GRACEFUL_SHUTDOWN_TIMEOUT_COMMAND \
AP_INIT_TAKE1("GracefulShutdownTimeout", ap_mpm_set_graceful_shutdown, NULL, \
              RSRC_CONF, "Maximum time in seconds to wait for child "        \
              "processes to complete transactions during shutdown")
+1 −1
Original line number Diff line number Diff line
@@ -2214,7 +2214,7 @@ AP_INIT_TAKE1("ServerLimit", set_server_limit, NULL, RSRC_CONF,
  "Maximum number of child processes for this run of Apache"),
AP_INIT_TAKE1("ThreadLimit", set_thread_limit, NULL, RSRC_CONF,
  "Maximum number of worker threads per child process for this run of Apache - Upper limit for ThreadsPerChild"),
AP_GRACFUL_SHUTDOWN_TIMEOUT_COMMAND,
AP_GRACEFUL_SHUTDOWN_TIMEOUT_COMMAND,
{ NULL }
};