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
@agates reported that he has 100+ items in his queue, and adding/removing items to his queue takes ~30 seconds.
My guess is that I'm doing some iteration through the queue rather than a bulk query (or some other more efficient process).
Ideally this can be fixed just through the backend API, but I'm not sure if the slow down is actually in the front-end handling.
The text was updated successfully, but these errors were encountered:
Going to save this feature/fix for v5.
Sorry, something went wrong.
No branches or pull requests
@agates reported that he has 100+ items in his queue, and adding/removing items to his queue takes ~30 seconds.
My guess is that I'm doing some iteration through the queue rather than a bulk query (or some other more efficient process).
Ideally this can be fixed just through the backend API, but I'm not sure if the slow down is actually in the front-end handling.
The text was updated successfully, but these errors were encountered: