I have a data source which polls every second. I am displaying data points on an Angular page, and it's attempting to update them every second, but due to bandwidth, etc. the browser is unable to keep up.
How can I override so that it updates less frequently? 5 or 15 seconds? Even every minute?
I want the logging to be that detailed, but for display purposes I don't need them refreshing as often.
Apologies if this has already been addressed, but all my keywords matched other topics instead.