diff --git a/app.js b/app.js index 0af7228..ef68357 100644 --- a/app.js +++ b/app.js @@ -167,7 +167,10 @@ global.syzoj = { database: this.config.db.database, entities: models, synchronize: true, - logging: true + logging: false, + extra: { + connectionLimit: 50 + } }); }, loadModules() {