Fix typo in cassandra.yaml

patch by Hobin Yoon; reviewed by Robert Stupp for CASSANDRA-10705
This commit is contained in:
Hobin Yoon 2015-11-19 10:41:26 +01:00 committed by Robert Stupp
parent d2f243ee5c
commit 4e4832427a
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ concurrent_counter_writes: 32
# memtable_offheap_space_in_mb: 2048
# Ratio of occupied non-flushing memtable size to total permitted size
# that will trigger a flush of the largest memtable. Lager mct will
# that will trigger a flush of the largest memtable. Larger mct will
# mean larger flushes and hence less compaction, but also less concurrent
# flush activity which can make it difficult to keep your disks fed
# under heavy write load.