Skip to content

Commit 2a9cc53

Browse files
committed
comment streaming
1 parent 3e25bb3 commit 2a9cc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/services/topic_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self):
3232
self.con.execute(f"SET threads TO {thread_count}")
3333

3434
# Enable streaming for large queries
35-
self.con.execute("SET enable_streaming TO true")
35+
# self.con.execute("SET enable_streaming TO true")
3636
else:
3737
raise FileNotFoundError(
3838
f"Database not found at {db_path}. Please ensure the database file exists before running the application."

0 commit comments

Comments
 (0)