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 2013/09/20 00:47:56 UTC

[2/3] git commit: make Config match yaml (#6059)

make Config match yaml (#6059)


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

Branch: refs/heads/trunk
Commit: 742f6a3e12e4230a8d8d83b2ae726ec607671fba
Parents: f9f5af0
Author: Jonathan Ellis <jb...@apache.org>
Authored: Thu Sep 19 17:47:45 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Thu Sep 19 17:47:45 2013 -0500

----------------------------------------------------------------------
 src/java/org/apache/cassandra/config/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/742f6a3e/src/java/org/apache/cassandra/config/Config.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/config/Config.java b/src/java/org/apache/cassandra/config/Config.java
index c6fd020..392e8c3 100644
--- a/src/java/org/apache/cassandra/config/Config.java
+++ b/src/java/org/apache/cassandra/config/Config.java
@@ -52,7 +52,7 @@ public class Config
 
     public volatile Long request_timeout_in_ms = new Long(10000);
 
-    public Long read_request_timeout_in_ms = new Long(10000);
+    public Long read_request_timeout_in_ms = new Long(5000);
 
     public Long range_request_timeout_in_ms = new Long(10000);