Skip to content

Commit ec4683c

Browse files
authored
Fix GH-16932 Scoreboard reset at end of request
1 parent 4c57105 commit ec4683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void fpm_request_end(void)
201201
fpm_scoreboard_proc_release(proc);
202202

203203
/* memory_peak */
204-
fpm_scoreboard_update_commit(0, 0, 0, 0, 0, 0, 0, proc->memory, FPM_SCOREBOARD_ACTION_SET, NULL);
204+
fpm_scoreboard_update_commit(0, 0, 0, 0, 0, 0, 0, proc->memory, FPM_SCOREBOARD_ACTION_INC, NULL);
205205
}
206206

207207
void fpm_request_finished(void)

0 commit comments

Comments
 (0)