How to make tracker refresh slower on client side?

I have an app that has a lot of data subscribed but I don’t really need it has to be loaded in realtime. Can it be possible to make Tracker refresh data slower? I’m developing with React and using withTracker(). Thanks!

Sounds to me like this would be something better suited for a Method called on a timer?

I would like to keep the cursors from subscriptions.

Look into observe or consider using polling.