Skip to content

Commit

Permalink
Hmm?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 28, 2023
1 parent 8fe2153 commit 8b42c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pypi_data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ def print_thread():

t = threading.Thread(target=print_thread, daemon=True)
t.start()
duckdb.execute("PRAGMA EXPLAIN_OUTPUT='ALL';")
# duckdb.execute("PRAGMA EXPLAIN_OUTPUT='ALL';")
duckdb.executemany(f"PRAGMA threads=4; "
f"PRAGMA memory_limit='2GB'; "
f"PRAGMA enable_profiling;"
# f"PRAGMA enable_profiling;"
f"{sql}",
parameters=[[parameter]] if parameter else [])
try:
Expand Down

0 comments on commit 8b42c45

Please sign in to comment.