Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Enable 5 reconnect attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed May 17, 2024
1 parent ff0c13d commit 1fbddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/jellyfish.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const {
reconnect: {
initialDelay: 10, // ms
delay: 200, // ms
maxAttempts: 1,
maxAttempts: 5,
}
}, { storage: true });

Expand Down

0 comments on commit 1fbddda

Please sign in to comment.