Skip to content

Commit

Permalink
Increase children max wait time from 1h to 3 days
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Mar 30, 2024
1 parent 8801c17 commit afb1f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ void revetor()
s->Close();
delete s;
ACCEPT_NEW = false;
CHILDREN_MAX_WAIT = 3600;
CHILDREN_MAX_WAIT = 3600 * 24 * 3;
}
else if(req["action"] == "kill_server")
{
Expand Down

0 comments on commit afb1f3f

Please sign in to comment.