Skip to content

Commit

Permalink
Increase max payload size to 100mb
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 1, 2024
1 parent f2c149d commit acfd8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
"github.com/golang-jwt/jwt/v5"
)

var maxPayloadSize = 1024 * 1024 * 55 // 55 MB
var maxPayloadSize = 1024 * 1024 * 105 // 105 MB

type submitServer struct {
// External URI to /api
Expand Down

0 comments on commit acfd8a1

Please sign in to comment.