trying to fix startup
This commit is contained in:
parent
00b21a57d7
commit
32d0eaac2d
7 changed files with 107 additions and 25 deletions
|
|
@ -61,7 +61,7 @@ class DragonFlyConnectionMonitor {
|
|||
password: process.env.DRAGONFLY_PASSWORD || undefined,
|
||||
db: parseInt(process.env.DRAGONFLY_DATABASE || '0'),
|
||||
maxRetriesPerRequest: 3,
|
||||
lazyConnect: true,
|
||||
lazyConnect: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue