Skip to content

Commit

Permalink
chore: increase reconnection attempt delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jun 6, 2024
1 parent 4bfba99 commit 459947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/block_based_reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class BlockBasedReporter extends BaseReporter {
// to enable auto reconnection
reconnect: {
auto: true,
delay: 1000, // ms
delay: 5000, // ms, roughly a block
},
};

Expand Down

0 comments on commit 459947a

Please sign in to comment.