aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/evm/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go
index 7e9e205..c55bfe6 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -51,7 +51,7 @@ const (
minBlockTime = 250 * time.Millisecond
maxBlockTime = 1000 * time.Millisecond
batchSize = 250
- cacheSize = 1 << 15 // 32768
+ cacheSize = 1 << 17 // 131072
)
const (