From 1218bcacba7edefaf56cf8440d0aea5794c89a1e Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 27 Jan 2014 16:22:30 -0600 Subject: [PATCH] clarify yaml comment about commitlog_periodic_queue_size --- conf/cassandra.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 885d28d481..bdbb9ffbf1 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -198,9 +198,9 @@ saved_caches_directory: /var/lib/cassandra/saved_caches # # the other option is "periodic" where writes may be acked immediately # and the CommitLog is simply synced every commitlog_sync_period_in_ms -# milliseconds. By default this allows 1024*(CPU cores) pending -# entries on the commitlog queue. If you are writing very large blobs, -# you should reduce that; 16*cores works reasonably well for 1MB blobs. +# milliseconds. commitlog_periodic_queue_size allows 1024*(CPU cores) pending +# entries on the commitlog queue by default. If you are writing very large +# blobs, you should reduce that; 16*cores works reasonably well for 1MB blobs. # It should be at least as large as the concurrent_writes setting. commitlog_sync: periodic commitlog_sync_period_in_ms: 10000