increase startup db retry limit
This commit is contained in:
parent
35dcd5f254
commit
f12f93b373
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export class DatabaseModule implements OnModuleDestroy, OnApplicationBootstrap {
|
||||||
}
|
}
|
||||||
|
|
||||||
async establishConnection() {
|
async establishConnection() {
|
||||||
const retryAttempts = 10;
|
const retryAttempts = 15;
|
||||||
const retryDelay = 3000;
|
const retryDelay = 3000;
|
||||||
|
|
||||||
this.logger.log('Establishing database connection');
|
this.logger.log('Establishing database connection');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue