diff --git a/addon/lib/repository.js b/addon/lib/repository.js index 594fef9..cdee1ac 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: false, pool: { max: 50, evict: 120000 } }); +const database = new Sequelize(DATABASE_URI, { logging: false, pool: { max: 50 } }); const Torrent = database.define('torrent', {