pool limited
This commit is contained in:
+5
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user