Skip to content

Commit

Permalink
eth/ethconfig: Update 'TxLookupLimit' default value to match the bloc…
Browse files Browse the repository at this point in the history
…k time of Wemix Chain. (about one year, 31536000)
  • Loading branch information
cp-jhjin committed Mar 6, 2023
1 parent 68d3ef9 commit 3e9e163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var Defaults = Config{
DatasetsLockMmap: false,
},
NetworkId: 1111,
TxLookupLimit: 2350000,
TxLookupLimit: 31536000,
LightPeers: 100,
UltraLightFraction: 75,
DatabaseCache: 512,
Expand Down

0 comments on commit 3e9e163

Please sign in to comment.