Skip to content

Commit

Permalink
Merge pull request #34 from cp-yoonjin/dev-0.10.2
Browse files Browse the repository at this point in the history
eth/ethconfig: Update 'TxLookupLimit' default value.
  • Loading branch information
cp-khs authored Mar 6, 2023
2 parents 68d3ef9 + 3e9e163 commit e2e963d
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 e2e963d

Please sign in to comment.