I have a view attached to a model. The view gets refreshed when the model changes which is fine.

Now I would like to know if the refreshing of the view can be made on demand only.
For example, what I would like to do is to refresh the view every 500ms only, even if the model is changing faster then this.

Thanks