Skip to content

Commit b74962e

Browse files
authored
clients/erigon: Increase blobpool limit in Erigon (#1000)
1 parent 5511aef commit b74962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/erigon/erigon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ FLAGS="$FLAGS --http --http.addr=0.0.0.0 --http.api=admin,debug,eth,net,txpool,w
131131
FLAGS="$FLAGS --ws --ws.port=8546"
132132

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

136136
if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
137137
JWT_SECRET="0x7365637265747365637265747365637265747365637265747365637265747365"

0 commit comments

Comments
 (0)