mirror of https://github.com/apache/cassandra
ninja fix: raise default concurrent compactors to 4 to avoid LCS test timeout
This commit is contained in:
parent
4c9afde7a8
commit
3958fc4592
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue