We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd21ae commit be15cf3Copy full SHA for be15cf3
packages/core/src/poll.ts
@@ -27,7 +27,7 @@ export class Poll {
27
28
if (this.inBackground) {
29
// Throttle requests by 95% when the page is in the background
30
- this.currentInterval = Math.round(this.originalInterval / 0.95)
+ this.currentInterval = Math.round(this.originalInterval / 0.05)
31
} else {
32
this.currentInterval = this.originalInterval
33
}
0 commit comments