From: vincent@cubedesigners.com Date: Thu, 10 Jan 2019 15:07:04 +0000 (+0000) Subject: fix #2501 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9938fedd1e9c502a223f101182c74e6df6498e51;p=cubeextranet.git fix #2501 @1.5 --- diff --git a/inc/ws/Util/class.ws.tools.php b/inc/ws/Util/class.ws.tools.php index 72a6303aa..9855f1e00 100644 --- a/inc/ws/Util/class.ws.tools.php +++ b/inc/ws/Util/class.ws.tools.php @@ -170,7 +170,7 @@ class wsTools $originalexpired; if ($optimize) { - $cmd = "timeout -s 1 20 /usr/local/bin/svgcleaner --allow-bigger-file --paths-coordinates-precision 3 --copy-on-error --stdout $original"; + $cmd = "timeout -s 1 120 /usr/local/bin/svgcleaner --allow-bigger-file --paths-coordinates-precision 3 --copy-on-error --stdout $original"; $svg = `$cmd`; if ($svg == '') { $svg = file_get_contents($original);