From 3958fc4592b2263f8e8db1f027f9d84b9f365b05 Mon Sep 17 00:00:00 2001 From: Jake Luciani Date: Tue, 1 Jul 2014 14:39:12 -0400 Subject: [PATCH] ninja fix: raise default concurrent compactors to 4 to avoid LCS test timeout --- test/conf/cassandra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 26d0ee56a3..43995e6e75 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -33,4 +33,5 @@ server_encryption_options: truststore: conf/.truststore truststore_password: cassandra incremental_backups: true +concurrent_compactors: 4 compaction_throughput_mb_per_sec: 0