improvement: better default cache capacity
This commit is contained in:
parent
1119c2f510
commit
80e51986c4
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ fn default_database_backend() -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_db_cache_capacity_mb() -> f64 {
|
fn default_db_cache_capacity_mb() -> f64 {
|
||||||
200.0
|
10.0
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_pdu_cache_capacity() -> u32 {
|
fn default_pdu_cache_capacity() -> u32 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue