Skip to content

Commit c48da84

Browse files
committed
fix: increase retry interval in RetryPolicy configuration from 2 to 5
1 parent e9cb761 commit c48da84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/hooks/useIterableApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const IterableAppProvider: FunctionComponent<
151151

152152
config.retryPolicy = {
153153
maxRetry: 5,
154-
retryInterval:2,
154+
retryInterval:5,
155155
retryBackoff: IterableRetryBackoff.linear,
156156
};
157157

0 commit comments

Comments
 (0)