mirror of https://github.com/apache/cassandra
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
This commit is contained in:
parent
60b848b43f
commit
cd9eba9049
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue