Author: jbellis
Date: Thu Jan 20 23:00:03 2011
New Revision: 1061560
URL: http://svn.apache.org/viewvc?rev=1061560&view=rev
Log:
set out-of-the-box hint window to one hour
Modified:
cassandra/branches/cassandra-0.7/conf/cassandra.yaml
Modified: cassandra/branches/cassandra-0.7/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/cassandra.yaml?rev=1061560&r1=1061559&r2=1061560&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/cassandra.yaml (original)
+++ cassandra/branches/cassandra-0.7/conf/cassandra.yaml Thu Jan 20 23:00:03
2011
@@ -33,8 +33,7 @@ auto_bootstrap: false
hinted_handoff_enabled: true
# this defines the maximum amount of time a dead host will have hints
# generated. After it has been dead this long, hints will be dropped.
-# Maximum is approximately 50 days
-max_hint_window_in_ms: 2147483647
+max_hint_window_in_ms: 3600000 # one hour
# authentication backend, implementing IAuthenticator; used to identify users
authenticator: org.apache.cassandra.auth.AllowAllAuthenticator