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 @@ -139,7 +139,7 @@ const (
139139	defaultSeqGenesisFile                      =  "" 
140140	defaultSeqDisableFees                      =  false 
141141	defaultHTTPUpdatePort                      =  0 
142- 	defaultSubmittedTransactionsCacheSize      =  1024 
142+ 	defaultSubmittedTransactionsCacheSize      =  10_000 
143143	defaultSubmittedTransactionsCacheEntryTTL  =  5  *  time .Minute 
144144
145145	configFlagUsage                        =  "The YAML configuration file." 
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func TestConfigPrecedence(t *testing.T) {
6565	defaultCallMaxSteps  :=  uint (4_000_000 )
6666	defaultSeqBlockTime  :=  uint (60 )
6767	defaultGwTimeout  :=  "5s" 
68- 	defaultSubmittedTransactionsCacheSize  :=  uint (1024 )
68+ 	defaultSubmittedTransactionsCacheSize  :=  uint (10_000 )
6969	defaultSubmittedTransactionsCacheEntryTTL  :=  5  *  time .Minute 
7070
7171	tests  :=  map [string ]struct  {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments