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 52e0cdb commit 4908571Copy full SHA for 4908571
client/src/main/java/io/split/client/SplitClientConfig.java
@@ -355,6 +355,14 @@ public String telemetryURL() {
355
return _telemetryURL;
356
}
357
358
+ /**
359
+ * @deprecated As of release 4.X.X, replaced by {@link #getTelemetryRefreshRate()} } //todo update version
360
+ **/
361
+ @Deprecated
362
+ public int get_telemetryRefreshRate() {
363
+ return _telemetryRefreshRate;
364
+ }
365
+
366
public int getTelemetryRefreshRate() {
367
return _telemetryRefreshRate;
368
0 commit comments