Updated Branches: refs/heads/trunk f3d3b4394 -> 0501cdd39
fixing the config name Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0501cdd3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0501cdd3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0501cdd3 Branch: refs/heads/trunk Commit: 0501cdd391e2e37249ae131a47ca29e4f7b8f9ab Parents: f3d3b43 Author: Vijay Parthasarathy <[email protected]> Authored: Thu Apr 12 21:16:35 2012 -0700 Committer: Vijay Parthasarathy <[email protected]> Committed: Thu Apr 12 21:17:24 2012 -0700 ---------------------------------------------------------------------- conf/cassandra.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0501cdd3/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 2f6a7da..14cc525 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -32,7 +32,7 @@ hinted_handoff_throttle_delay_in_ms: 1 # The following setting populates the page cache on memtable flush and compaction # WARNING: Enable this setting only when the whole node's data fits in memory. # Defaults to: false -# populate_buffer_cache_on_flush: false +# populate_io_cache_on_flush: false # authentication backend, implementing IAuthenticator; used to identify users authenticator: org.apache.cassandra.auth.AllowAllAuthenticator
