Skip to content

Commit

Permalink
enable
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 26, 2023
1 parent 134482a commit e9e8492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def print_thread():
duckdb.execute("PRAGMA EXPLAIN_OUTPUT='ALL';")
duckdb.executemany(f"PRAGMA threads=4; "
f"PRAGMA memory_limit='2GB'; "
f"PRAGMA enable_profiling='query_tree_optimizer';"
f"PRAGMA enable_profiling;"
f"{sql}",
parameters=[parameter] if parameter else [])
try:
Expand Down

0 comments on commit e9e8492

Please sign in to comment.