We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When searching, the debounce mechanism is only 100ms, so it causes many requests as the user types the desired input.
Users List -> Type anything in the search input -> watch the Network tab spam requests
The user should only get a list of the searched users after a few milliseconds, for example 300ms, instead of the current 100ms.
Spam of requests
The text was updated successfully, but these errors were encountered:
GuiSanto
Successfully merging a pull request may close this issue.
Description
When searching, the debounce mechanism is only 100ms, so it causes many requests as the user types the desired input.
Steps to reproduce
Users List -> Type anything in the search input -> watch the Network tab spam requests
Expected result
The user should only get a list of the searched users after a few milliseconds, for example 300ms, instead of the current 100ms.
Actual result
Spam of requests
The text was updated successfully, but these errors were encountered: