qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -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 | * | ... | ... |
-
Please register or sign in to post a comment