We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706cebc commit 812a85eCopy full SHA for 812a85e
tests/test_psycopg2.py
@@ -97,7 +97,7 @@ def test_cursor_factory_connection(self):
97
conn.close()
98
99
def test_pool(self):
100
- pool = ThreadedConnectionPool(1, 3, dbname='pgvector_python_test')
+ pool = ThreadedConnectionPool(1, 1, dbname='pgvector_python_test')
101
102
conn = pool.getconn()
103
try:
0 commit comments