From 0b4c7854ed13c2b44a4095959d1a0a542d732535 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 4 Dec 2021 07:12:27 +0700 Subject: [PATCH] Update store.go sin --- store/iavl/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/iavl/store.go b/store/iavl/store.go index 8618d2f4b45a..dcc6b5e734fd 100644 --- a/store/iavl/store.go +++ b/store/iavl/store.go @@ -23,7 +23,7 @@ import ( ) const ( - defaultIAVLCacheSize = 5000000 + defaultIAVLCacheSize = 50000000 ) var (