Skip to content

Commit

Permalink
Quick fix to the interval/timeout namespace conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Feb 3, 2025
1 parent b43318f commit 287e960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3p/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function setInViewportForTesting(inV) {
// Active intervals. Must be global, because people clear intervals
// with clearInterval from a different window.
const intervals = {};
let intervalId = 1;
let intervalId = 10000000;

/**
* Add instrumentation to a window and all child iframes.
Expand Down

0 comments on commit 287e960

Please sign in to comment.