diff --git a/addon/lib/repository.js b/addon/lib/repository.js index 71f5da2..e1a6121 100644 --- a/addon/lib/repository.js +++ b/addon/lib/repository.js @@ -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', {