mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
disable execution-time-limit, as on slow boxes configured value might be not enough
This commit is contained in:
parent
3ec789adfd
commit
40f3961901
@ -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