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 a6fd325 commit d387762Copy full SHA for d387762
client/src/main/java/io/split/client/SplitClientConfig.java
@@ -803,7 +803,7 @@ public SplitClientConfig build() {
803
throw new IllegalStateException("streamingRetryDelay must be > 0");
804
}
805
if(_onDemandFetchMaxRetries <= 0) {
806
- throw new IllegalStateException("streamingRetryDelay must be > 0");
+ throw new IllegalStateException("_onDemandFetchMaxRetries must be > 0");
807
808
809
if (_failedAttemptsBeforeLogging < 0) {
0 commit comments