mirror of https://github.com/apache/cassandra
ninja-fix comment to correct the default RING_DEALY value
This commit is contained in:
parent
ea443dfe3e
commit
c8a3b58bdb
|
|
@ -49,7 +49,7 @@
|
|||
# Allow restoring specific tables from an archived commit log.
|
||||
#-Dcassandra.replayList=table
|
||||
|
||||
# Allows overriding of the default RING_DELAY (1000ms), which is the amount of time a node waits
|
||||
# Allows overriding of the default RING_DELAY (30000ms), which is the amount of time a node waits
|
||||
# before joining the ring.
|
||||
#-Dcassandra.ring_delay_ms=ms
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue