Skip to content

Commit

Permalink
Bump up remote file limit
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Apr 9, 2021
1 parent dc9e976 commit 68ad465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/publish/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var logger = monitor.NewModuleLogger("publish")
var method = "publish"

const (
MaxRemoteFileSize = 4 << 30 // 4GB
MaxRemoteFileSize = 5 << 30 // 4GB

// fileFieldName refers to the POST field containing file upload
fileFieldName = "file"
Expand Down

0 comments on commit 68ad465

Please sign in to comment.