Skip to content

Commit

Permalink
Increase validator set cache size (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-kim committed Nov 17, 2022
1 parent beeee69 commit 2622907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/platformvm/vm.go
Expand Up @@ -55,7 +55,7 @@ import (
)

const (
validatorSetsCacheSize = 64
validatorSetsCacheSize = 512
maxRecentlyAcceptedWindowSize = 256
recentlyAcceptedWindowTTL = 5 * time.Minute
)
Expand Down

0 comments on commit 2622907

Please sign in to comment.