cb880ab6 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a739c2dc
......@@ -40,6 +40,10 @@ define( 'DB_CHARSET', 'utf8' );
/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );
define('WP_MEMORY_LIMIT', '256M');
ini_set('memory_limit', '256M');
ini_set('max_execution_time', '5000');
/**#@+
* Authentication unique keys and salts.
*
......