2020年2月27日

nested exception is com.mongodb.MongoWaitQueueFullException: Too many operations are already waiting for a connection. Max number of operations (maxWaitQueueSize) of 500 has been exceeded.

摘要: application.yml 添加后两行配置,增加连接池数量data: mongodb: host: *** database: *** port: 27017 username: *** password: *** authenticationDatabase: *** connections- 阅读全文

posted @ 2020-02-27 23:51 贾广祥 阅读(2232) 评论(0) 推荐(1)

导航