cb880ab6 by Jeff Balicki

qa

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