launchdarkly / js-core

LaunchDarkly monorepo for JavaScript SDKs
Other
12 stars 12 forks source link

fix: Configure max backoff and jitter ratio to ensure exponential backoff. #463

Closed kinyoklion closed 1 month ago

kinyoklion commented 1 month ago

Without these set the event source retries every second, which is not the desired behavior.