improvement: higher default pdu capacity

This commit is contained in:
Timo Kösters 2022-01-13 21:03:53 +01:00
parent 9e77f7617c
commit 447639054e
No known key found for this signature in database
GPG key ID: 356E705610F626D5
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ fn default_db_cache_capacity_mb() -> f64 {
}
fn default_pdu_cache_capacity() -> u32 {
100_000
1_000_000
}
fn default_cleanup_second_interval() -> u32 {