Skip to content

Commit 13c2df9

Browse files
committed
chore: Revert RETRY_BACKOFF_MAX
Signed-off-by: marcozabel <marco.zabel@dynatrace.com>
1 parent 100c989 commit 13c2df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd

providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CacheType(Enum):
2828
DEFAULT_PORT_RPC = 8013
2929
DEFAULT_RESOLVER_TYPE = ResolverType.RPC
3030
DEFAULT_RETRY_BACKOFF = 1000
31-
DEFAULT_RETRY_BACKOFF_MAX = 12000
31+
DEFAULT_RETRY_BACKOFF_MAX = 120000
3232
DEFAULT_RETRY_GRACE_PERIOD_SECONDS = 5
3333
DEFAULT_STREAM_DEADLINE = 600000
3434
DEFAULT_TLS = False

0 commit comments

Comments
 (0)