turn off cache saving nn system CFs

patch by Ryan King; reviewed by jbellis for CASSANDRA-2502

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1094831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2011-04-19 00:19:26 +00:00
parent 3f71a98aac
commit 4f6f703cce
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ public final class CFMetaData
BytesType.instance,
DEFAULT_MIN_COMPACTION_THRESHOLD,
DEFAULT_MAX_COMPACTION_THRESHOLD,
DEFAULT_ROW_CACHE_SAVE_PERIOD_IN_SECONDS,
DEFAULT_KEY_CACHE_SAVE_PERIOD_IN_SECONDS,
0,
0,
DEFAULT_MEMTABLE_LIFETIME_IN_MINS,
memtableThroughPutInMB,
sizeMemtableOperations(memtableThroughPutInMB),