mirror of https://github.com/apache/cassandra
Fix typo in cassandra.yaml CASSANDRA-18209
This commit is contained in:
parent
6c90950489
commit
bcaa1dca0b
|
|
@ -428,7 +428,7 @@ key_cache_save_period: 4h
|
||||||
# Fully off-heap row cache implementation (default).
|
# Fully off-heap row cache implementation (default).
|
||||||
#
|
#
|
||||||
# org.apache.cassandra.cache.SerializingCacheProvider
|
# org.apache.cassandra.cache.SerializingCacheProvider
|
||||||
# This is the row cache implementation availabile
|
# This is the row cache implementation available
|
||||||
# in previous releases of Cassandra.
|
# in previous releases of Cassandra.
|
||||||
# row_cache_class_name: org.apache.cassandra.cache.OHCProvider
|
# row_cache_class_name: org.apache.cassandra.cache.OHCProvider
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue