Skip to content

Commit 25537af

Browse files
committed
feat: increase default cache size to improve performance under high load
1 parent 6bd5c45 commit 25537af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/runtime/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub struct KvStoreOption {
5252

5353
impl KvStoreOption {
5454
fn default_cache_size() -> u64 {
55-
1000
55+
25000
5656
}
5757

5858
fn default_cache_ttl() -> u64 {

0 commit comments

Comments
 (0)