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

Refresh library series concurrently #301

Open
4 tasks done
YelovSK opened this issue Sep 19, 2023 · 0 comments
Open
4 tasks done

Refresh library series concurrently #301

YelovSK opened this issue Sep 19, 2023 · 0 comments

Comments

@YelovSK
Copy link

YelovSK commented Sep 19, 2023

Acknowledgements

  • Check that there is not an existing ticket for this request, and that it is not related to an existing ticket.
  • Create one ticket per feature. Feel free to create multiple tickets.
  • If this is an extension-related request, open a ticket in the extensions repo instead.
  • Write a concise title for this ticket in the field above.

Feature details

When Houdoku launches, it reloads all series, which seems to run synchronously (or awaiting in a for loop), so it's taking quite a long time for me since I have 30+ series. Would it be possible to await all requests (e.g. using Promise.all) to fetch them concurrently?

Additional information (optional)

No response

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

No branches or pull requests

1 participant