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 0c1302f commit 050007dCopy full SHA for 050007d
packages/sdk/server-node/src/platform/NodeRequests.ts
@@ -152,6 +152,8 @@ export default class NodeRequests implements platform.Requests {
152
...eventSourceInitDict,
153
agent: this.agent,
154
tlsParams: this.tlsOptions,
155
+ maxBackoffMillis: 30 * 1000,
156
+ jitterRatio: 0.5,
157
};
158
return new LDEventSource(url, expandedOptions);
159
}
0 commit comments