Skip to content

Commit 39a7dd9

Browse files
author
Cristy
committed
initialize the time limit
1 parent 4d65554 commit 39a7dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magick/resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static ResourceInfo
137137
MagickULLConstant(768), /* file limit */
138138
MagickULLConstant(1), /* thread limit */
139139
MagickULLConstant(0), /* throttle limit */
140-
MagickULLConstant(0), /* time limit */
140+
MagickResourceInfinity, /* time limit */
141141
};
142142

143143
static SemaphoreInfo

0 commit comments

Comments
 (0)