modified connection

This commit is contained in:
2026-04-22 13:54:54 -05:00
parent 94641514ad
commit 46ad8e88ce
+1 -1
View File
@@ -88,7 +88,7 @@ import { Costo } from './costo/entities/costo.entity';
synchronize: false, //Never change to true in production!
extra: {
connectionLimit: 10,
connectionLimit: 1,
waitForConnections: true,
idleTimeout: 60000,
connectTimeout: 10000,