We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95def2 commit 4ae42b9Copy full SHA for 4ae42b9
client/src/main/java/io/split/client/HttpSplitChangeFetcher.java
@@ -40,7 +40,7 @@ public final class HttpSplitChangeFetcher implements SplitChangeFetcher {
40
private static final String SETS = "sets";
41
private static final String SPEC = "s";
42
private String specVersion = SPEC_1_3;
43
- private int PROXY_CHECK_INTERVAL_MILLISECONDS_SS = 60000;//24 * 60 * 60 * 1000;
+ private int PROXY_CHECK_INTERVAL_MILLISECONDS_SS = 24 * 60 * 60 * 1000;
44
private Long _lastProxyCheckTimestamp = 0L;
45
private final SplitHttpClient _client;
46
private final URI _target;
0 commit comments