We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777f465 commit a1a9797Copy full SHA for a1a9797
packages/performance/src/services/transport_service.ts
@@ -72,8 +72,8 @@ export function resetTransportService(): void {
72
73
function processQueue(timeOffset: number): void {
74
setTimeout(() => {
75
- // If there is no remainingTries left, stop retrying.
76
- if (remainingTries === 0) {
+ // If there is no remaining Tries left, stop retrying.
+ if (remainingTries <= 0) {
77
return;
78
}
79
0 commit comments