Author: jbellis
Date: Tue Aug 30 16:22:21 2011
New Revision: 1163279
URL: http://svn.apache.org/viewvc?rev=1163279&view=rev
Log:
fix comment that implied you could have compaction_thread_priority > 5
Modified:
cassandra/branches/cassandra-0.7/conf/cassandra.yaml
Modified: cassandra/branches/cassandra-0.7/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/cassandra.yaml?rev=1163279&r1=1163278&r2=1163279&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/cassandra.yaml (original)
+++ cassandra/branches/cassandra-0.7/conf/cassandra.yaml Tue Aug 30 16:22:21
2011
@@ -220,10 +220,7 @@ incremental_backups: false
snapshot_before_compaction: false
# change this to increase the compaction thread's priority. In java, 1 is the
-# lowest priority and that is our default.
-#
-# Under Linux, this cannot be higher than 5 ("normal" thread priority) without
-# running as root.
+# lowest priority and that is our default. The highest allowed is 5.
# compaction_thread_priority: 1
# Add column indexes to a row after its contents reach this size.