mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
remove psql logging
This commit is contained in:
parent
79b83e52e4
commit
fb267b8057
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ const Op = Sequelize.Op;
|
|||
|
||||
const DATABASE_URI = process.env.DATABASE_URI;
|
||||
|
||||
const database = new Sequelize(DATABASE_URI, { logging: true, pool: { max: 30, min: 5, idle: 20 * 60 * 1000 } });
|
||||
const database = new Sequelize(DATABASE_URI, { logging: false, pool: { max: 30, min: 5, idle: 20 * 60 * 1000 } });
|
||||
|
||||
const Torrent = database.define('torrent',
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue