-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Make slow queries more pleasant within the UI #914
Comments
|
Yeah the cancel does indeed not make much sense I agree. |
How do you run hydra? I could send you a beta version but only if you're not running docker. |
I run the compiled version on straight Linux x64. I've thought a bit more about "Adding additional results on the go", it could be part of the "Load More" button, or a separate one if that makes more sense. Thank you! |
Try this then: https://ufile.io/12grcpa9 Just replace the file in the main folder. |
With that version the cancel button does not seem to do anything. I keep clicking it but nothing happens. |
You'r right. WTF, it worked yesterday... |
Got it, the UI source changes got reverted by mistake. This one should work: https://ufile.io/cnlygr8x |
Yup that works! Thank you! |
Hello,
When I manually run queries against my various indexers some of them take a long time to reply. I am not sure how you currently do it, so I apologize if I say anything dumb/redundant.
1- Since we have stats, it'd be probably nicer, on average, to make sure to start querying the slower indexers first, though if you fire all queries within a few ms already that would not make much of a difference.
2- It'd be also nice to have a soft timeout limit, in the sense that after that timeout queries will continue to run but in the background so we don't have to wait to start interacting. Of course that would be useless if no result have been found yet and I'm not certain how to properly update the UI without disturbing the user. Likely this would be an opt-in feature.
Thank you!
The text was updated successfully, but these errors were encountered: