We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de36fbc commit 004a4e0Copy full SHA for 004a4e0
1 file changed
client/src/main/java/io/split/client/SplitClientConfig.java
@@ -486,7 +486,7 @@ public static final class Builder {
486
private String _authServiceURL = AUTH_ENDPOINT;
487
private String _streamingServiceURL = STREAMING_ENDPOINT;
488
private String _telemetryURl = TELEMETRY_ENDPOINT;
489
- private int _telemetryRefreshRate = 600;
+ private int _telemetryRefreshRate = 3600;
490
private final int _uniqueKeysRefreshRateInMemory = 900;
491
private final int _uniqueKeysRefreshRateRedis = 300;
492
private final int _filterUniqueKeysRefreshRate = 86400;
0 commit comments