Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lower dynamic picker debounce to 275ms
This seems a little bit low. Assuming words per minute are measured in 5 characters per word, typing very quickly at 80 WPM is 150ms per character while a more average 40 WPM is 300ms. Since programming symbols are involved we can assume that we drop down near ~35 WPM at points where the debounce would need to be 350ms. So I think it makes sense for this debounce to be somewhere in the 275-325ms range.
- Loading branch information