improvement: better default cache capacity

This commit is contained in:
Timo Kösters 2022-01-14 11:08:31 +01:00
parent 1119c2f510
commit 80e51986c4
No known key found for this signature in database
GPG Key ID: 356E705610F626D5

View File

@ -124,7 +124,7 @@ fn default_database_backend() -> String {
}
fn default_db_cache_capacity_mb() -> f64 {
200.0
10.0
}
fn default_pdu_cache_capacity() -> u32 {