-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(Ads): Reduce latency for interstitial to start playing (#7525)
Previously we relied on an event triggered by the video itself which was launched 4 to 60 times per second, which meant that we had an update (in the worst case) of 250ms. Now we use a timer that is triggered every 25ms, which considerably reduces the delay. This is important so as not to show anything from the original ad's live.
- Loading branch information
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters