Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed May 10, 2022
1 parent 961a4b5 commit a9c9ce8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public HttpRequester(List<StatefulHost> hosts) {
OkHttpClient.Builder builder = new OkHttpClient.Builder();
builder.addInterceptor(retryStrategy.getRetryInterceptor());
builder.retryOnConnectionFailure(false);

httpClient = builder.build();
}

Expand Down

0 comments on commit a9c9ce8

Please sign in to comment.