From c8a3b58bdbf12909ac0a823308e8a278cd02001b Mon Sep 17 00:00:00 2001 From: Jason Brown Date: Thu, 2 Nov 2017 10:46:24 -0700 Subject: [PATCH] ninja-fix comment to correct the default RING_DEALY value --- conf/jvm.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jvm.options b/conf/jvm.options index f91466ad04..bfe2da99c2 100644 --- a/conf/jvm.options +++ b/conf/jvm.options @@ -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