-
Notifications
You must be signed in to change notification settings - Fork 78
/
default.conf
40 lines (40 loc) · 1.38 KB
/
default.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"server_conf": {
"cluster_id": "test-default-alpha-1",
"etcd_cluster_addresses": "http://127.0.0.1:2379",
"broadcast_interface":"lo0",
"data_dir":"./test1",
"data_rsync_module": "zanredisdb",
"redis_api_port": 12381,
"http_api_port": 12380,
"profile_port": 6666,
"election_tick": 30,
"tick_ms": 200,
"keep_wal": 20,
"default_snap_count": 100000,
"default_snap_catchup": 50000,
"local_raft_addr":"http://0.0.0.0:12379",
"tags": {"ssd":"", "dc_info":"dc1"},
"rocksdb_opts": {
"verify_read_checksum": false,
"block_size": 0,
"block_cache":0,
"use_shared_cache": true,
"cache_index_and_filter_blocks": false,
"optimize_filters_for_hits": false,
"write_buffer_size": 0,
"max_write_buffer_number": 0,
"min_write_buffer_number_to_merge":0,
"level0_file_num_compaction_trigger":0,
"max_bytes_for_level_base":0,
"target_file_size_base":0,
"max_background_flushes":0,
"max_background_compactions":0,
"min_level_to_compress":0,
"max_manifest_file_size":0,
"adjust_thread_pool": true,
"use_shared_rate_limiter": true,
"rate_bytes_per_sec":30000000
}
}
}