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
One fatal flaw with setInterval is that if someone is incapable of completing within the interval, the calls just start piling up making it worse and worse.
One fatal flaw with setInterval is that if someone is incapable of completing within the interval, the calls just start piling up making it worse and worse.
We should do something like _.throttle: http://underscorejs.org/#throttle
The text was updated successfully, but these errors were encountered: