Skip to content

Commit

Permalink
Minor change in config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pjan committed Mar 26, 2014
1 parent ea88046 commit ebe2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cassandra_listen_address: "localhost"
cassandra_seeds: ["localhost"]
cassandra_endpoint_snitch: "SimpleSnitch" # in case of cluster: RackInferringSnitch

cassandra_rpc_address: 0.0.0.0
cassandra_rpc_address: "localhost"
cassandra_concurrent_reads: "32"
cassandra_concurrent_writes: "32"

Expand Down

0 comments on commit ebe2e89

Please sign in to comment.