Throttle stream events

I am using streams.Selection1D but am getting too many updates while user is still selecting points (while using lasso tool). I see a throttle on callbacks but am not sure how to pass the throttle or throttle_timeout keywords to the stream Selection1D class . There is Selection1DCallback but not sure how it is related and can be used like Selection1D.

Any suggestions ?

@philippjfr found this PR Configurable throttling schemes on ServerCallback by philippjfr · Pull Request #4372 · holoviz/holoviews · GitHub

Did this ever make it to LinkedStreams ?