Skip to content

Commit

Permalink
refactor: initialise delaySeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
eswarclynn committed Sep 17, 2024
1 parent dd94d17 commit 7cc2035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/hms-video-store/src/transport/RetryScheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,7 @@ export class RetryScheduler {
delaySeconds = 2 + jitter;
} else if (category === TFC.SignalDisconnect) {
delaySeconds = 1;
} else {
delaySeconds = 0;
}

return delaySeconds * 1000;
}

Expand Down

0 comments on commit 7cc2035

Please sign in to comment.