Skip to content

Commit

Permalink
Use Apache HttpClient5 transport as the default (#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Jul 16, 2021
1 parent 9c09b43 commit f4c1add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public String getDockerClientStrategyClassName() {
}

public String getTransportType() {
return getEnvVarOrProperty("transport.type", "okhttp");
return getEnvVarOrProperty("transport.type", "httpclient5");
}

public Integer getImagePullPauseTimeout() {
Expand Down

0 comments on commit f4c1add

Please sign in to comment.