pool limited

This commit is contained in:
2026-03-19 15:56:59 -05:00
parent 5f5295dcb4
commit 4bd78578a7
+5 -1
View File
@@ -86,6 +86,10 @@ import { Costo } from './costo/entities/costo.entity';
Costo, Costo,
], ],
synchronize: false, //Never change to true in production! synchronize: false, //Never change to true in production!
extra: {
connectionLimit: 10,
},
}), }),
}), }),
UserModule, UserModule,
@@ -113,5 +117,5 @@ import { Costo } from './costo/entities/costo.entity';
controllers: [AppController], controllers: [AppController],
providers: [AppService], providers: [AppService],
}) })
export class AppModule {} export class AppModule { }
//IO //IO