Skip to content

Commit

Permalink
fix: gas limit burst too large (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianShawn authored Nov 6, 2023
1 parent 82fb156 commit a8f3bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/full-node-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ ExecStart=/usr/local/bin/geth \\
--txlookuplimit=0 \\
--txpool.pricelimit=250000000000 \\
--miner.gasprice=250000000000 \\
--miner.gaslimit=300000000
--miner.gaslimit=30000000
SERVICE_EOF
```
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/run-archive-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can get snapshot from BNB Chain official documentation:
--txlookuplimit=0 \
--txpool.pricelimit=250000000000 \
--miner.gasprice=250000000000 \
--miner.gaslimit=300000000
--miner.gaslimit=30000000
```

#### 2. Build one full archive node with segmented archive nodes
Expand Down

0 comments on commit a8f3bba

Please sign in to comment.