Skip to content

Commit

Permalink
Change the default value of maxLookupRedirects of Java client (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Sakamoto authored and Huanli-Meng committed Jun 12, 2020
1 parent 4db5d5b commit 7ca7416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class ClientConfigurationData implements Serializable, Cloneable {
private boolean tlsHostnameVerificationEnable = false;
private int concurrentLookupRequest = 5000;
private int maxLookupRequest = 50000;
private int maxLookupRedirects = 100;
private int maxLookupRedirects = 20;
private int maxNumberOfRejectedRequestPerConnection = 50;
private int keepAliveIntervalSeconds = 30;
private int connectionTimeoutMs = 10000;
Expand Down

0 comments on commit 7ca7416

Please sign in to comment.