不要怂,就是干,撸起袖子干!

Commit d9781b31 by Meg Sharkey

specify pooling param for tests

1 parent 708976c2
Showing with 2 additions and 1 deletions
......@@ -19,7 +19,8 @@ module.exports = {
postgres: {
database: 'sequelize_test',
username: "postgres",
port: 5432
port: 5432,
pool: { maxConnections: 5, maxIdleTime: 30}
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!