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