Skip to content

Commit d1e7947

Browse files
authored
Support Besu max blobs (#2509)
1 parent e5f7272 commit d1e7947

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

besu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ services:
6767
- ${EL_WS_PORT:-8546}
6868
- ${EL_MAX_PEER_COUNT:+--max-peers}
6969
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
70+
- ${MAX_BLOBS:+--max-blobs-per-block}
71+
- ${MAX_BLOBS:+${MAX_BLOBS}}
7072
- --host-allowlist=*
7173
- --engine-host-allowlist=*
7274
- --engine-jwt-secret=/var/lib/besu/ee-secret/jwtsecret

0 commit comments

Comments
 (0)