Skip to content

Commit

Permalink
Merge pull request bnb-chain#149 from ethereum-optimism/aj/increase-e…
Browse files Browse the repository at this point in the history
…ngine-api-size

Increase the maximum size for engine API requests via http
  • Loading branch information
sebastianst authored Oct 12, 2023
2 parents 1296a2c + 88379b9 commit 27172ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
maxRequestContentLength = 1024 * 1024 * 5
maxRequestContentLength = 1024 * 1024 * 32
contentType = "application/json"
)

Expand Down

0 comments on commit 27172ad

Please sign in to comment.