From 73a86fcdd00056dd2c2d70978dfadcbb689ed4e1 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 29 Apr 2010 18:47:16 +0000 Subject: [PATCH] revert changes to default sync period and rpc timeout. patch by jbellisp git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@939448 13f79535-47bb-0310-9956-ffa450edef68 --- conf/cassandra.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 3686e93570..2464da5448 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -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