Updated Branches: refs/heads/cassandra-1.1 20bd8281f -> 389e6cd72
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/389e6cd7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/389e6cd7 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/389e6cd7 Branch: refs/heads/cassandra-1.1 Commit: 389e6cd72407bbe92e9edf5e30115cc94bf005fa Parents: 20bd828 Author: Vijay Parthasarathy <[email protected]> Authored: Thu Apr 12 21:16:35 2012 -0700 Committer: Vijay Parthasarathy <[email protected]> Committed: Thu Apr 12 21:16:35 2012 -0700 ---------------------------------------------------------------------- conf/cassandra.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/389e6cd7/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
