Commit c2db161d by 宋毅

tj

parent 46d16be5
......@@ -6,7 +6,7 @@ var settings = {
db: 5,
},
database: {
dbname: "tx-shop",
dbname: "tx-queue-log",
user: "write",
password: "write",
config: {
......
......@@ -46,10 +46,12 @@ var settings = {
dialect: 'mysql',
operatorsAliases: false,
pool: {
max: 5,
min: 0,
acquire: 90000000,
idle: 1000000
max: 50,
idle: 30000,//断开连接后,连接实例在连接池保持的时间
acquire: 30000,//请求超时时间
evict: 30000,
handleDisconnects: true
},
timezone: '+08:00',
debug: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment