-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
Preserve query on timeout #1819
Labels
Comments
This is a good idea. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a query hits the timeout it shows a message like:
But the query is lost. Hitting the browser back button shows the query before the one that errored.
It would be nice if the query that errored was preserved for more tweaking. This would make it similar to how "invalid syntax" works since #1346 / #619.
The text was updated successfully, but these errors were encountered: