From 7e8f70d380a9067777d1a755a0c6aeed808baeb1 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 15 Dec 2011 15:03:39 +0000 Subject: Reduce it::imageconvert ultratimeout from 10 minutes to 30 seconds --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 1eafcea..d6bd7a5 100644 --- a/it.class +++ b/it.class @@ -559,7 +559,7 @@ static function imageconvert($p) $type = strtr($type, array("jpeg" => "jpg", "tiff" => "tif", "ps" => "eps", "ept" => "eps")); $p += array('type' => $type, 'types' => "bmp,eps,gif,jp2,jpg,png,svg,tif"); $p['-opts'] = array('-thumbnail' => $p['size']) + (array)$p['-opts']; - $ultratimeout = file_exists("/opt/ultra/bin/ultratimeout") ? "/opt/ultra/bin/ultratimeout 600 " : ""; + $ultratimeout = file_exists("/opt/ultra/bin/ultratimeout") ? "/opt/ultra/bin/ultratimeout 30 " : ""; if (in_array($type, explode(',', $p['types']))) # Valid type? $cmdoutput = it::exec($ultratimeout . 'gm convert 2>&1 -flatten -quality 75 {-opts} {in} {type}:{out} || echo "SHELL ERROR $?"', $p); -- cgit v1.2.3