Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading Underscore to 1.4.4 fixes a bug where _.throttle would sometimes take double its timeout to deliver calls. So with this bugfix, our test suite performs worse because reactivity happens more often. Reduce the throttling to one update of the big table per second instead of twice a second. (Also, there's no need to defer and call flush; the changed call does that!)
- Loading branch information