Skip to content

Commit

Permalink
use right type for harakiri
Browse files Browse the repository at this point in the history
  • Loading branch information
sbentov committed Dec 7, 2023
1 parent b5600ad commit 19620af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/master_checks.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void uwsgi_master_check_idle() {

}

int uwsgi_master_check_harakiri(int w, int c, int harakiri) {
int uwsgi_master_check_harakiri(int w, int c, time_t harakiri) {
/**
* Triggers a harakiri when the following conditions are met:
* - harakiri timeout > current time
Expand Down

0 comments on commit 19620af

Please sign in to comment.