6526179b by Jeff Balicki

zzz

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 6099d099
...@@ -57,11 +57,11 @@ define( 'WPCACHEHOME', __DIR__.'/wp-content/plugins/wp-super-cache/' ); ...@@ -57,11 +57,11 @@ define( 'WPCACHEHOME', __DIR__.'/wp-content/plugins/wp-super-cache/' );
57 57
58 define('ALLOW_UNFILTERED_UPLOADS', true); 58 define('ALLOW_UNFILTERED_UPLOADS', true);
59 59
60 @ini_set( 'memory_limit', '1000M' ); 60 //@ini_set( 'memory_limit', '1000M' );
61 @ini_set( 'upload_max_size' , '1000M' ); 61 //@ini_set( 'upload_max_size' , '1000M' );
62 @ini_set( 'post_max_size', '1000M'); 62 //@ini_set( 'post_max_size', '1000M');
63 @ini_set( 'max_execution_time', '300' ); 63 //@ini_set( 'max_execution_time', '300' );
64 define('WP_MAX_MEMORY_LIMIT', '1000M'); 64 //define('WP_MAX_MEMORY_LIMIT', '1000M');
65 65
66 66
67 67
......