Debounce with implicit slider?

I am plotting weather forecast data over time so my time value becomes an implicit HoloMap slider.

If I drag the slider quickly, the map takes a long time to catch up and will continue rendering long after I stop sliding. Is there any way for me to set a debounce value to keep the map from trying to refresh so much?

You might be looking for throttle, something like: https://panel.holoviz.org/reference/widgets/DateRangeSlider.html

Yeah, thanks. I’m hoping to do it at the Holoviews level, but that could work.