Skip to content

Commit 117a494

Browse files
committed
Update DashStats.page
1 parent 5083f85 commit 117a494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emhttp/plugins/dynamix/DashStats.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,7 @@ $(function() {
28572857
});
28582858
} else {
28592859
// Retry with capped backoff if GraphQL client not ready
2860-
cpuPInitPWRAttempts++;
2860+
cpuInitPWRAttempts++;
28612861
setTimeout(initPwrCpuSubscription, Math.min(cpuPWRRetryMs *= 2, 2000));
28622862
}
28632863
}

0 commit comments

Comments
 (0)