Skip to content

Commit

Permalink
Merge pull request #94 from testinprod-io/tei/increase-max-request-size
Browse files Browse the repository at this point in the history
Increase maxRequestContentLength to 10MB
  • Loading branch information
ImTei authored Oct 5, 2023
2 parents 5953038 + 9d9e9c9 commit cee8821
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 @@ -37,7 +37,7 @@ import (
)

const (
maxRequestContentLength = 1024 * 1024 * 5
maxRequestContentLength = 1024 * 1024 * 10
contentType = "application/json"
jwtTokenExpiry = 60 * time.Second
)
Expand Down

0 comments on commit cee8821

Please sign in to comment.