We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a67b0 commit f761be1Copy full SHA for f761be1
1 file changed
packages/node-sdk/src/flag-updates-sse.ts
@@ -8,7 +8,7 @@ type SSEOptions = {
8
onReconnect?: () => void;
9
};
10
11
-const INITIAL_RECONNECT_DELAY_MS = 1000;
+const INITIAL_RECONNECT_DELAY_MS = 10000;
12
const MAX_RECONNECT_DELAY_MS = 30000;
13
14
export type FlagUpdatesSSESubscription = {
0 commit comments