Skip to content
Snippets Groups Projects
Unverified Commit 76a82339 authored by Timo Kösters's avatar Timo Kösters
Browse files

tweak default rocksdb settings

parent 94df9cdb
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ fn default_database_backend() -> String {
}
fn default_db_cache_capacity_mb() -> f64 {
10.0
1000.0
}
fn default_conduit_cache_capacity_modifier() -> f64 {
......@@ -232,7 +232,7 @@ fn default_conduit_cache_capacity_modifier() -> f64 {
}
fn default_rocksdb_max_open_files() -> i32 {
20
1000
}
fn default_pdu_cache_capacity() -> u32 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment