mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
increase startup db retry limit
This commit is contained in:
parent
35dcd5f254
commit
f12f93b373
@ -104,7 +104,7 @@ export class DatabaseModule implements OnModuleDestroy, OnApplicationBootstrap {
|
||||
}
|
||||
|
||||
async establishConnection() {
|
||||
const retryAttempts = 10;
|
||||
const retryAttempts = 15;
|
||||
const retryDelay = 3000;
|
||||
|
||||
this.logger.log('Establishing database connection');
|
||||
|
Loading…
x
Reference in New Issue
Block a user