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 95914e6 commit d0286a9Copy full SHA for d0286a9
providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/Config.java
@@ -14,7 +14,7 @@ public final class Config {
14
static final String DEFAULT_HOST = "localhost";
15
16
static final int DEFAULT_DEADLINE = 500;
17
- static final int DEFAULT_MAX_RETRY_BACKOFF = 5;
+ static final int DEFAULT_MAX_RETRY_BACKOFF = 12000;
18
static final int DEFAULT_STREAM_DEADLINE_MS = 10 * 60 * 1000;
19
static final int DEFAULT_STREAM_RETRY_GRACE_PERIOD = 5;
20
static final int DEFAULT_MAX_CACHE_SIZE = 1000;
0 commit comments