girder/large_image

Debounce Histogram Requests in Frame Selector component

annehaley opened this issue · 1 comments

In the Frame Selector component, a histogram request is made every time the style or current frame is changed.

We ask for the histograms faster than we can handle them resulting in having stale requests when scrubbing quickly. Can we debounce that in any way?

Discovered in #1306