From 0928a4fd118fe550eeae883f812fa4fca442854a Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Mon, 31 Jan 2011 16:16:44 +0000 Subject: [PATCH] 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 --- conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 16e18df6f4..5f4384341b 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -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