079268b3 by Jeff Balicki

ff

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 98b1cfd0
...@@ -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', '100M' );
61 //@ini_set( 'upload_max_size' , '1000M' ); 61 @ini_set( 'upload_max_size' , '100M' );
62 //@ini_set( 'post_max_size', '1000M'); 62 @ini_set( 'post_max_size', '100M');
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', '100M');
65 65
66 66
67 67
......