mirror of https://github.com/apache/cassandra
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:
parent
3f71a98aac
commit
4f6f703cce
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue