Skip to content

Commit 1183038

Browse files
author
Jeff Yanta
committed
Update default compact state items to 1k
1 parent 98bf7e8 commit 1183038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/solana/cvm/types_memory_allocator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package cvm
22

33
const (
4-
CompactStateItems = 100
4+
CompactStateItems = 1000
55
)
66

77
type MemoryAllocator interface {

0 commit comments

Comments
 (0)