Updated Branches: refs/heads/trunk 5831fe793 -> 94509cbd7
Make vnodes default. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/94509cbd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/94509cbd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/94509cbd Branch: refs/heads/trunk Commit: 94509cbd7ea1c0b4ab6f3bad9f6b0cac68928a74 Parents: 5831fe7 Author: Brandon Williams <[email protected]> Authored: Mon Sep 10 08:44:47 2012 -0500 Committer: Brandon Williams <[email protected]> Committed: Mon Sep 10 08:44:47 2012 -0500 ---------------------------------------------------------------------- conf/cassandra.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/94509cbd/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 058cd81..2b20edf 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -21,7 +21,7 @@ cluster_name: 'Test Cluster' # # If you already have a cluster with 1 token per node, and wish to migrate to # multiple tokens per node, see http://wiki.apache.org/cassandra/Operations -# num_tokens: 256 +num_tokens: 256 # If you haven't specified num_tokens, or have set it to the default of 1 then # you should always specify InitialToken when setting up a production
