Skip to content

Commit

Permalink
Fix phpGH-16932 Scoreboard reset at end of request
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau authored Nov 26, 2024
1 parent 4c57105 commit ec4683c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/fpm/fpm/fpm_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ void fpm_request_end(void)
fpm_scoreboard_proc_release(proc);

/* memory_peak */
fpm_scoreboard_update_commit(0, 0, 0, 0, 0, 0, 0, proc->memory, FPM_SCOREBOARD_ACTION_SET, NULL);
fpm_scoreboard_update_commit(0, 0, 0, 0, 0, 0, 0, proc->memory, FPM_SCOREBOARD_ACTION_INC, NULL);
}

void fpm_request_finished(void)
Expand Down

0 comments on commit ec4683c

Please sign in to comment.