We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6654fcc commit 5f1e559Copy full SHA for 5f1e559
1 file changed
reth.yml
@@ -89,6 +89,8 @@ services:
89
- /var/lib/reth/ee-secret/jwtsecret
90
- ${EL_MAX_PEER_COUNT:+--max-peers}
91
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
92
+ - ${MAX_BLOBS:+--builder.max-blobs}
93
+ - ${MAX_BLOBS:+${MAX_BLOBS}}
94
labels:
95
- metrics.scrape=true
96
- metrics.path=/metrics
0 commit comments