Skip to content

Commit

Permalink
Increase default client ping timeout from 5 to 10 seconds (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Apr 8, 2022
1 parent d93dcea commit 17407ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public String getImageSubstitutorClassName() {
}

public Integer getClientPingTimeout() {
return Integer.parseInt(getEnvVarOrProperty("client.ping.timeout", "5"));
return Integer.parseInt(getEnvVarOrProperty("client.ping.timeout", "10"));
}

@Nullable
Expand Down

0 comments on commit 17407ef

Please sign in to comment.