Updated Branches: refs/heads/trunk 2c250c660 -> b983c816c
Revert "Make vnodes default." This reverts commit 94509cbd7ea1c0b4ab6f3bad9f6b0cac68928a74. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b983c816 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b983c816 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b983c816 Branch: refs/heads/trunk Commit: b983c816cb0c1614eaeed1cc1bcee90b0d724cc1 Parents: 2c250c6 Author: Jonathan Ellis <[email protected]> Authored: Tue Sep 11 14:33:13 2012 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Tue Sep 11 14:33:13 2012 -0500 ---------------------------------------------------------------------- conf/cassandra.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/b983c816/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 2b20edf..058cd81 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
