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 2010/02/25 16:07:15 UTC

svn commit: r916310 - /incubator/cassandra/branches/cassandra-0.6/conf/storage-conf.xml

Author: jbellis
Date: Thu Feb 25 15:07:14 2010
New Revision: 916310

URL: http://svn.apache.org/viewvc?rev=916310&view=rev
Log:
increase default timeout to 10s.  patch by jbellis

Modified:
    incubator/cassandra/branches/cassandra-0.6/conf/storage-conf.xml

Modified: incubator/cassandra/branches/cassandra-0.6/conf/storage-conf.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.6/conf/storage-conf.xml?rev=916310&r1=916309&r2=916310&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.6/conf/storage-conf.xml (original)
+++ incubator/cassandra/branches/cassandra-0.6/conf/storage-conf.xml Thu Feb 25 15:07:14 2010
@@ -206,7 +206,7 @@
   <!-- Miscellaneous -->
 
   <!-- Time to wait for a reply from other nodes before failing the command -->
-  <RpcTimeoutInMillis>5000</RpcTimeoutInMillis>
+  <RpcTimeoutInMillis>10000</RpcTimeoutInMillis>
   <!-- Size to allow commitlog to grow to before creating a new segment -->
   <CommitLogRotationThresholdInMB>128</CommitLogRotationThresholdInMB>