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 5ccf57c commit 6fd4cdcCopy full SHA for 6fd4cdc
src/main/java/com/mindee/AsyncPollingOptions.java
@@ -29,6 +29,6 @@ private AsyncPollingOptions(
29
) {
30
this.initialDelaySec = initialDelaySec == null ? 2.0 : initialDelaySec;
31
this.intervalSec = intervalSec == null ? 1.5 : intervalSec;
32
- this.maxRetries = maxRetries == null ? 40 : maxRetries;
+ this.maxRetries = maxRetries == null ? 80 : maxRetries;
33
}
34
0 commit comments