Skip to content

Commit 5f1e559

Browse files
authored
Support Reth max blobs (#2513)
1 parent 6654fcc commit 5f1e559

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

reth.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ services:
8989
- /var/lib/reth/ee-secret/jwtsecret
9090
- ${EL_MAX_PEER_COUNT:+--max-peers}
9191
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
92+
- ${MAX_BLOBS:+--builder.max-blobs}
93+
- ${MAX_BLOBS:+${MAX_BLOBS}}
9294
labels:
9395
- metrics.scrape=true
9496
- metrics.path=/metrics

0 commit comments

Comments
 (0)