Increase database connection pool max to 10
This commit is contained in:
parent
8d829ddf36
commit
509f1be564
@ -16,7 +16,7 @@ import { Payment } from '../payments/entities/payment.entity';
|
||||
database: configService.get('database.database'),
|
||||
entities: [Payment],
|
||||
extra: {
|
||||
max: 5,
|
||||
max: 10,
|
||||
// connectionTimeoutMillis: 3000,
|
||||
},
|
||||
synchronize: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user