File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ const (
137137 defaultSeqGenesisFile = ""
138138 defaultSeqDisableFees = false
139139 defaultHTTPUpdatePort = 0
140- defaultSubmittedTransactionsCacheSize = 1024
140+ defaultSubmittedTransactionsCacheSize = 10_000
141141 defaultSubmittedTransactionsCacheEntryTTL = 5 * time .Minute
142142
143143 configFlagUsage = "The YAML configuration file."
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func TestConfigPrecedence(t *testing.T) {
6464 defaultCallMaxSteps := uint (4_000_000 )
6565 defaultSeqBlockTime := uint (60 )
6666 defaultGwTimeout := "5s"
67- defaultSubmittedTransactionsCacheSize := uint (1024 )
67+ defaultSubmittedTransactionsCacheSize := uint (10_000 )
6868 defaultSubmittedTransactionsCacheEntryTTL := 5 * time .Minute
6969
7070 expectedConfig1 := node.Config {
You can’t perform that action at this time.
0 commit comments