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

"Queries took" always 1.2 ms #2446

Open
commongeek opened this issue Nov 30, 2024 · 2 comments
Open

"Queries took" always 1.2 ms #2446

commongeek opened this issue Nov 30, 2024 · 2 comments

Comments

@commongeek
Copy link

commongeek commented Nov 30, 2024

In the footer, I always see "Queries took 1.2 ms." Is this hardcoded on line 920 of the views/table.py file?

    request.actor, "execute-sql", resolved.db.name
),
query_ms=1.2,
select_templates=[
    f"{'*' if template_name == template.name else ''}{template_name}"
@commongeek
Copy link
Author

The problem disappeared after reinstalling miniforge and datasette...

@commongeek commongeek closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2024
@commongeek
Copy link
Author

Ok, now I understand - this error occurs for me in version 1.0a16. In 0.65.1 it works correctly.

@commongeek commongeek reopened this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant