Skip to content

Commit

Permalink
initial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermanu committed Jul 9, 2021
1 parent 0fc0383 commit 978520c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -149,6 +149,7 @@ func NewCassandraCluster(
cluster.ProtoVersion = 4
cluster.Consistency = cfg.Consistency.GetConsistency()
cluster.SerialConsistency = cfg.Consistency.GetSerialConsistency()
cluster.DisableInitialHostLookup = true

cluster.ReconnectionPolicy = &gocql.ExponentialReconnectionPolicy{
MaxRetries: 30,
Expand Down

0 comments on commit 978520c

Please sign in to comment.