disable execution-time-limit, as on slow boxes configured value might be not enough

This commit is contained in:
Ralf Becker 2015-02-13 16:16:37 +00:00
parent c88306abad
commit ad58d4d76a

View File

@ -6,6 +6,8 @@
* @package Minify * @package Minify
*/ */
// disable execution-time-limit, as on slow boxes configured value might be not enough
@set_time_limit(0);
/** /**
* Allow use of the Minify URI Builder app. Only set this to true while you need it. * Allow use of the Minify URI Builder app. Only set this to true while you need it.