Skip to content

Commit

Permalink
updateSentinels: true
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed Jul 4, 2024
1 parent 351a6cb commit aab8f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/src/database/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const sentinelOptions = async (clusterNodes: Partial<SentinelAddress>[]): Promis
return Math.min(times * 10, 1000);
},
enableTLSForSentinelMode: conf.get('redis:sentinel_tls') ?? false,
updateSentinels: false,
updateSentinels: true,
};
};

Expand Down

0 comments on commit aab8f0c

Please sign in to comment.