mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
increase startup db retry limit
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user