PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 4.1
MainWP Dashboard: Self-hosted WordPress Management for Agencies v4.1
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
← All changes | cron/bootstrap.php +1 -3 5.04.1 View file →
@@ -12,11 +12,9 @@
12 12 // phpcs:disable -- required to support custom wp-config.php file location
13 13
14 14 // set php.ini variables.
15 15 @ignore_user_abort( true );
16 -if ( false !== strpos( ini_get( 'disable_functions' ), 'set_time_limit' ) ) {
17 - @set_time_limit( 0 );
18 -}
16 +@set_time_limit( 0 );
19 17 $mem = '512M';
20 18 @ini_set( 'memory_limit', $mem );
21 19 @ini_set( 'max_execution_time', 0 );
22 20