Skip to content

Commit 5e651cd

Browse files
authored
update pool size (#545)
update pool size
2 parents 67956ae + c1bb490 commit 5e651cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/graph_dbs/polardb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __init__(self, config: PolarDBGraphDBConfig):
145145
# Create connection pool
146146
self.connection_pool = psycopg2.pool.ThreadedConnectionPool(
147147
minconn=5,
148-
maxconn=2000,
148+
maxconn=100,
149149
host=host,
150150
port=port,
151151
user=user,

0 commit comments

Comments
 (0)