Repository: cassandra Updated Branches: refs/heads/cassandra-3.11 ea443dfe3 -> c8a3b58bd refs/heads/trunk 684e250ba -> 87962dcf3
ninja-fix comment to correct the default RING_DEALY value Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c8a3b58b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c8a3b58b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c8a3b58b Branch: refs/heads/cassandra-3.11 Commit: c8a3b58bdbf12909ac0a823308e8a278cd02001b Parents: ea443df Author: Jason Brown <[email protected]> Authored: Thu Nov 2 10:46:24 2017 -0700 Committer: Jason Brown <[email protected]> Committed: Thu Nov 2 10:46:24 2017 -0700 ---------------------------------------------------------------------- conf/jvm.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/c8a3b58b/conf/jvm.options ---------------------------------------------------------------------- diff --git a/conf/jvm.options b/conf/jvm.options index f91466a..bfe2da9 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
