forked from extern/egroupware
disable execution-time-limit, as on slow boxes configured value might be not enough
This commit is contained in:
parent
c88306abad
commit
ad58d4d76a
@ -6,6 +6,8 @@
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user