-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently, there's a hardcoded 20 sec delay introduced between when the API data is applied to the MLB.tv stream.
I'd like to:
a) Get a better sense for what this delay actually is in practice. I'm noticing that the delay varies greatly for spring training games, so I'm waiting for the start of the season to get a definitive answer here.
b) Write code that allows for both a defined delay in API data as well as a refresh cycle for the data. For example, I'd like the API data refreshed every 10 seconds, but only consider the API data for 30 seconds ago for the MLB.tv stream to address the delay.
Reactions are currently unavailable