Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
st_joseph
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
6526179b
authored
2023-02-07 15:11:23 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
zzz
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
6099d099
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
wp-config.php
wp-config.php
View file @
6526179
...
...
@@ -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', '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');
...
...
Please
register
or
sign in
to post a comment