You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/12/05 04:58:38 UTC

[5/6] git commit: r/m obsolete and unnecessary rpc_timeout_in_ms override from test config

r/m obsolete and unnecessary rpc_timeout_in_ms override from test config


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/40e22489
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/40e22489
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/40e22489

Branch: refs/heads/cassandra-1.2.0
Commit: 40e22489cd989651da5111902e2ce2d378ba8804
Parents: 8a96ec7
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Dec 4 21:58:20 2012 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Dec 4 21:58:20 2012 -0600

----------------------------------------------------------------------
 test/conf/cassandra.yaml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/40e22489/test/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml
index 782b64c..133e033 100644
--- a/test/conf/cassandra.yaml
+++ b/test/conf/cassandra.yaml
@@ -7,7 +7,6 @@ in_memory_compaction_limit_in_mb: 1
 commitlog_sync: batch
 commitlog_sync_batch_window_in_ms: 1.0
 partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner
-rpc_timeout_in_ms: 5000
 listen_address: 127.0.0.1
 storage_port: 7010
 rpc_port: 9170