Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cbrelease-4.8.14' into cbrelease…
Browse files Browse the repository at this point in the history
…-4.8.15
  • Loading branch information
karthik-tarento committed Jun 20, 2024
2 parents 84dd53d + c20919e commit fb00643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/framework.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const packageObj = JSON.parse(fs.readFileSync('package.json', 'utf8'))
const uuidv1 = require('uuid/v1')

const consistency = getConsistencyLevel(CONSTANTS.PORTAL_CASSANDRA_CONSISTENCY_LEVEL)
const replicationStrategy = {class: 'SimpleStrategy', replication_factor: 1}
const replicationStrategy = {class: 'SimpleStrategy', replication_factor: 3}
function getIPList() {
return CONSTANTS.CASSANDRA_IP.split(',')
}
Expand Down

0 comments on commit fb00643

Please sign in to comment.