make FlushPeriodInMinutes comment more accurate. patch by jbellis

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@820064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-09-29 18:41:11 +00:00
parent 92098fe695
commit a5ef84ebd4
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@
~ (To get the closest approximation to 0.3-style supercolumns, you
~ would use CompareWith=UTF8Type CompareSubcolumnsWith=LongType.)
~ If FlushPeriodInMinutes is configured and positive, it will be
~ flushed to disk with that period whether it is dirty or not. This
~ is intended for lightly-used columnfamilies so that they do not
~ If FlushPeriodInMinutes is positive, it will be
~ flushed to disk with that period even if the memtable has not
~ exceeded the size or count thresholds, so that it does not
~ prevent commitlog segments from being purged.
-->
<ColumnFamily CompareWith="BytesType"