Skip to content

Commit

Permalink
Increase the maximum size for engine API requests via http to match w…
Browse files Browse the repository at this point in the history
…ebsockets.
  • Loading branch information
ajsutton committed Oct 10, 2023
1 parent 1296a2c commit 88379b9
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 88379b9

Please sign in to comment.