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
This commit is contained in:
Jonathan Ellis 2010-04-29 18:47:16 +00:00
parent f2c38f8feb
commit 73a86fcdd0
1 changed files with 2 additions and 2 deletions

View File

@ -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