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 a697679 commit 87563cbCopy full SHA for 87563cb
packages/sdk/server-node/src/platform/NodeRequests.ts
@@ -142,6 +142,8 @@ export default class NodeRequests implements platform.Requests {
142
...eventSourceInitDict,
143
agent: this.agent,
144
tlsParams: this.tlsOptions,
145
+ maxBackoffMillis: 30 * 1000,
146
+ jitterRatio: 0.5,
147
};
148
return new LDEventSource(url, expandedOptions);
149
}
0 commit comments