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
The route: /api/v1/author/names are currently not put in debouncer which make a request every time I typed something.
/api/v1/author/names
Adding 500ms debouncer (like the other route) should hopefully slow down the request to the server and improve performance a bit.
No response
The text was updated successfully, but these errors were encountered:
da3d283
chore(release): 0.157.3 [skip ci]
16091d4
## [0.157.3](v0.157.2...v0.157.3) (2022-10-30) ### Bug Fixes * **api:** allow unauthorized access to health endpoint ([751d347](751d347)), closes [#992](#992) * translated using Weblate ([3f4aa33](3f4aa33)) * **webui:** add debouncer when searching for author in Edit Book dialog ([da3d283](da3d283)), closes [#960](#960)
🎉 This issue has been resolved in version 0.157.3 🎉
The release is available on:
v0.157.3
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe your suggested feature
The route:
/api/v1/author/names
are currently not put in debouncer which make a request every time I typed something.Adding 500ms debouncer (like the other route) should hopefully slow down the request to the server and improve performance a bit.
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: