improvement: lower default pdu cache capacity

This commit is contained in:
Timo Kösters 2022-01-17 14:46:53 +01:00
parent 8c90e7adfb
commit 03b174335c
No known key found for this signature in database
GPG Key ID: 356E705610F626D5
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ fn default_rocksdb_max_open_files() -> i32 {
}
fn default_pdu_cache_capacity() -> u32 {
1_000_000
150_000
}
fn default_cleanup_second_interval() -> u32 {