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/' );
define('ALLOW_UNFILTERED_UPLOADS', true);
//@ini_set( 'memory_limit', '1000M' );
//@ini_set( 'upload_max_size' , '1000M' );
//@ini_set( 'post_max_size', '1000M');
//@ini_set( 'max_execution_time', '300' );
//define('WP_MAX_MEMORY_LIMIT', '1000M');
@ini_set( 'memory_limit', '100M' );
@ini_set( 'upload_max_size' , '100M' );
@ini_set( 'post_max_size', '100M');
@ini_set( 'max_execution_time', '300' );
define('WP_MAX_MEMORY_LIMIT', '100M');
......