We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd5c45 commit 25537afCopy full SHA for 25537af
1 file changed
crates/runtime/src/app.rs
@@ -52,7 +52,7 @@ pub struct KvStoreOption {
52
53
impl KvStoreOption {
54
fn default_cache_size() -> u64 {
55
- 1000
+ 25000
56
}
57
58
fn default_cache_ttl() -> u64 {
0 commit comments