We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e25bb3 commit 2a9cc53Copy full SHA for 2a9cc53
1 file changed
backend/app/services/topic_service.py
@@ -32,7 +32,7 @@ def __init__(self):
32
self.con.execute(f"SET threads TO {thread_count}")
33
34
# Enable streaming for large queries
35
- self.con.execute("SET enable_streaming TO true")
+ # self.con.execute("SET enable_streaming TO true")
36
else:
37
raise FileNotFoundError(
38
f"Database not found at {db_path}. Please ensure the database file exists before running the application."
0 commit comments