Skip to content

Commit

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

Expand Down

0 comments on commit 351a6cb

Please sign in to comment.