当前位置:首页 > 数据库 > 正文

nested exception is com.mongodb.MongoWaitQueueFullException:

2020-02-28 数据库

application.yml 添加后两行配置,增加连接池数量
data:
mongodb:
host: ***
database: ***
port: 27017
username: ***
password: ***
authenticationDatabase: ***
connections-per-host: 10000
min-connections-per-host: 200

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/20915.html