From cd9eba9049c0fbbc64669bb79ce93dcd629af9cd Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 20 Jan 2011 23:00:03 +0000 Subject: [PATCH] set out-of-the-box hint window to one hour git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1061560 13f79535-47bb-0310-9956-ffa450edef68 --- conf/cassandra.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index ca5495d5b9..5f4384341b 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -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