Skip to content
New issue

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

Debounce AJAX requests #6

Open
xamgore opened this issue Feb 6, 2017 · 1 comment
Open

Debounce AJAX requests #6

xamgore opened this issue Feb 6, 2017 · 1 comment

Comments

@xamgore
Copy link
Owner

xamgore commented Feb 6, 2017

For the current moment there are no restrictions of how often users can send requests. Though they have a cached version of data, and we can reduce server load by skipping some of the requests.

@xamgore
Copy link
Owner Author

xamgore commented Mar 2, 2017

Lodash has a nice _.debounce method. Five minutes is ok, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant