trying to fix startup
This commit is contained in:
parent
00b21a57d7
commit
32d0eaac2d
7 changed files with 107 additions and 25 deletions
|
|
@ -59,7 +59,7 @@ export class EventBus extends EventEmitter {
|
|||
password: dragonflyConfig.DRAGONFLY_PASSWORD,
|
||||
db: dragonflyConfig.DRAGONFLY_DATABASE || 0,
|
||||
maxRetriesPerRequest: dragonflyConfig.DRAGONFLY_MAX_RETRIES,
|
||||
lazyConnect: true,
|
||||
lazyConnect: false,
|
||||
});
|
||||
|
||||
if (!this.useStreams) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue