komga
komga copied to clipboard
Add debouncer to author searching while editing a book(s)
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
- [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I have updated the app to the latest version.
- [X] I will fill out all of the requested information in this form.