clarity on max hint window

This commit is contained in:
Brandon Williams 2013-01-22 19:25:27 -06:00
parent a7da0295d5
commit 3b3686460c
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ initial_token:
# See http://wiki.apache.org/cassandra/HintedHandoff
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.
# generated. After it has been dead this long, new hints for it will not be
# created until it has been seen alive and gone down again.
max_hint_window_in_ms: 3600000 # one hour
# Sleep this long after delivering each hint
hinted_handoff_throttle_delay_in_ms: 1