mirror of https://github.com/apache/cassandra
Point saved_caches in testing conf to build/test instead of /var/lib
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1021480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d1cc88945
commit
52b7aeefe3
|
|
@ -13,7 +13,7 @@ storage_port: 7010
|
|||
rpc_port: 9170
|
||||
column_index_size_in_kb: 4
|
||||
commitlog_directory: build/test/cassandra/commitlog
|
||||
saved_caches_directory: /var/lib/cassandra/saved_caches
|
||||
saved_caches_directory: build/test/cassandra/saved_caches
|
||||
commitlog_rotation_threshold_in_mb: 128
|
||||
data_file_directories:
|
||||
- build/test/cassandra/data
|
||||
|
|
|
|||
Loading…
Reference in New Issue