Skip to content

Commit

Permalink
clients/erigon: Increase blobpool limit in Erigon (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathb1 authored Feb 14, 2024
1 parent 5511aef commit b74962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/erigon/erigon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ FLAGS="$FLAGS --http --http.addr=0.0.0.0 --http.api=admin,debug,eth,net,txpool,w
FLAGS="$FLAGS --ws --ws.port=8546"

# Increase blob slots for tests
FLAGS="$FLAGS --txpool.blobslots=1000"
FLAGS="$FLAGS --txpool.blobslots=1000 --txpool.totalblobpoollimit=10000"

if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
JWT_SECRET="0x7365637265747365637265747365637265747365637265747365637265747365"
Expand Down

0 comments on commit b74962e

Please sign in to comment.