Skip to content

Commit

Permalink
feat(file): update the max image size
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Nov 14, 2024
1 parent d40820f commit c8336de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/checker/file_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

const (
maxImageSize = 8192 * 8192
maxImageSize = 16384 * 16384
)

// IsSupportedImageFile currently answers support image type is
Expand Down

0 comments on commit c8336de

Please sign in to comment.