Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 17)
我通过prism查询数据库,突然出现错误。我该如何处理?
在全球范围内,据说可能有多达250,000个连接。
要指定连接限制,您需要设置connection_limit
连接字符串参数:Reference.
例如,你可以这样设置你的连接字符串:
mysql://tpuf2:*****@ap-south.connect.psdb.cloud/db?sslaccept=strict&connection_limit=100
在这种情况下,Prisma最多可以有100个与数据库的连接。