Skip to content

Commit

Permalink
reverted size
Browse files Browse the repository at this point in the history
  • Loading branch information
joeleonjr committed Aug 23, 2023
1 parent f411979 commit e523b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

var (
maxDepth = 5
maxSize = 250 * 1024 * 1024 * 8 // 2GB+
maxSize = 250 * 1024 * 1024 // 20MB
maxTimeout = time.Duration(30) * time.Second
)

Expand Down

0 comments on commit e523b69

Please sign in to comment.