mirror of https://github.com/apache/cassandra
set default snitch back to Simple
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1065669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2a2dda311
commit
0928a4fd11
|
|
@ -220,7 +220,7 @@ rpc_timeout_in_ms: 10000
|
|||
# org.apache.cassandra.locator.PropertyFileSnitch:
|
||||
# - Proximity is determined by rack and data center, which are
|
||||
# explicitly configured in cassandra-topology.properties.
|
||||
endpoint_snitch: org.apache.cassandra.locator.PropertyFileSnitch
|
||||
endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
|
||||
|
||||
# dynamic_snitch -- This boolean controls whether the above snitch is
|
||||
# wrapped with a dynamic snitch, which will monitor read latencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue