We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd4035 commit 56a72faCopy full SHA for 56a72fa
1 file changed
llms/db.py
@@ -5,7 +5,7 @@
5
from queue import Empty, Queue
6
from threading import Event, Thread
7
8
-POOL = os.getenv("LLMS_POOL", "1") == "1"
+POOL = os.getenv("LLMS_POOL", "0") == "1"
9
10
11
def create_reader_connection(db_path):
0 commit comments