diff options
Diffstat (limited to 'server/scoreboard.c')
-rw-r--r-- | server/scoreboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/scoreboard.c b/server/scoreboard.c index be5befbfd8..a5fdcec886 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -429,7 +429,7 @@ AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, if (status == SERVER_READY && old_status == SERVER_STARTING) { - ws->thread_num = child_num * server_limit + thread_num; + ws->thread_num = child_num * thread_limit + thread_num; ps->generation = ap_my_generation; } |