赞
踩
1.解决方法:
//config.default.js 文件
//找到数据库配置项
config.sequelize = {
username:xxx,
...
pool: {
max: 100,
min: 0,
// @note https://github.com/sequelize/sequelize/issues/8133#issuecomment-359993057
acquire: 100*1000,
}
}
设置数据库线程池最大数量
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。