Commit 920920fc authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Revert one part. I should have tested seperately. This line isn't neccessary.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@265519 13f79535-47bb-0310-9956-ffa450edef68
parent f2d28363
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2097,7 +2097,7 @@ static const char *set_threads_per_child (cmd_parms *cmd, void *dummy,
    }

    ap_threads_per_child = atoi(arg);
    if (first_thread_limit && ap_threads_per_child > thread_limit) {
    if (ap_threads_per_child > thread_limit) {
        ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, 
                     "WARNING: ThreadsPerChild of %d exceeds ThreadLimit "
                     "value of %d", ap_threads_per_child,