Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 17, 2023
1 parent 463f390 commit 49444d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magick/resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ static ResourceInfo
MagickULLConstant(0), /* initial thread */
MagickULLConstant(0), /* initial throttle */
MagickULLConstant(0), /* initial time */
(MagickSizeType) (INT_MAX/sizeof(PixelPacket)), /* width limit */
(MagickSizeType) (INT_MAX/sizeof(PixelPacket)), /* height limit */
(MagickSizeType) (SSIZE_MAX/sizeof(PixelPacket)/5), /* width limit */
(MagickSizeType) (SSIZE_MAX/sizeof(PixelPacket)/5), /* height limit */
MagickResourceInfinity, /* list length limit */
MagickULLConstant(3072)*1024*1024, /* area limit */
MagickULLConstant(1536)*1024*1024, /* memory limit */
Expand Down

0 comments on commit 49444d6

Please sign in to comment.