Skip to content

Commit f761be1

Browse files
committed
chore(node-sdk): increase push reconnect delay
1 parent 20a67b0 commit f761be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-sdk/src/flag-updates-sse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type SSEOptions = {
88
onReconnect?: () => void;
99
};
1010

11-
const INITIAL_RECONNECT_DELAY_MS = 1000;
11+
const INITIAL_RECONNECT_DELAY_MS = 10000;
1212
const MAX_RECONNECT_DELAY_MS = 30000;
1313

1414
export type FlagUpdatesSSESubscription = {

0 commit comments

Comments
 (0)