Author: jbellis
Date: Thu Apr 29 18:47:16 2010
New Revision: 939448
URL: http://svn.apache.org/viewvc?rev=939448&view=rev
Log:
revert changes to default sync period and rpc timeout. patch by jbellisp
Modified:
cassandra/trunk/conf/cassandra.yaml
Modified: cassandra/trunk/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra.yaml?rev=939448&r1=939447&r2=939448&view=diff
==============================================================================
--- cassandra/trunk/conf/cassandra.yaml (original)
+++ cassandra/trunk/conf/cassandra.yaml Thu Apr 29 18:47:16 2010
@@ -101,10 +101,10 @@ commitlog_sync: periodic
# the other option is "timed," where writes may be acked immediately
# and the CommitLog is simply synced every commitlog_sync_period_in_ms
# milliseconds.
-commitlog_sync_period_in_ms: 1000
+commitlog_sync_period_in_ms: 10000
# Time to wait for a reply from other nodes before failing the command
-rpc_timeout_in_ms: 5000
+rpc_timeout_in_ms: 10000
# time to wait before garbage collecting tombstones (deletion markers)
gc_grace_seconds: 864000