add badger config
This commit is contained in:
parent
02adb4d121
commit
ea36171409
|
@ -49,3 +49,6 @@ metrics:
|
||||||
cluster_stats: true
|
cluster_stats: true
|
||||||
node_stats: true
|
node_stats: true
|
||||||
index_stats: true
|
index_stats: true
|
||||||
|
badger:
|
||||||
|
value_log_max_entries: 1000000
|
||||||
|
value_log_file_size: 104857600
|
||||||
|
|
Loading…
Reference in New Issue