Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cb880ab6
authored
2023-11-13 14:55:22 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
a739c2dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
wp-config.php
wp-config.php
View file @
cb880ab
...
...
@@ -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.
*
...
...
Please
register
or
sign in
to post a comment