You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A better approach would be to simply poll the atom on a (configurable) fixed schedule (say, every 100ms by default), and only redraw if the value has changed.
The text was updated successfully, but these errors were encountered:
Currently, a determinate progress indicator adds a watch on the caller's "progress" atom, which can result in excessive redrawing behaviour if that atom is updated at a high rate (say thousands of times per second).
A better approach would be to simply poll the atom on a (configurable) fixed schedule (say, every 100ms by default), and only redraw if the value has changed.
The text was updated successfully, but these errors were encountered: