mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
improvement: lower default pdu cache capacity
This commit is contained in:
parent
8c90e7adfb
commit
03b174335c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ fn default_rocksdb_max_open_files() -> i32 {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_pdu_cache_capacity() -> u32 {
|
fn default_pdu_cache_capacity() -> u32 {
|
||||||
1_000_000
|
150_000
|
||||||
}
|
}
|
||||||
|
|
||||||
fn default_cleanup_second_interval() -> u32 {
|
fn default_cleanup_second_interval() -> u32 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue