Skip to content

Commit

Permalink
Update init.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpower678 committed Jun 5, 2023
1 parent 1eca79b commit 25cb9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Core/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//Establish root path
@define( 'IABOTROOT', dirname( __FILE__, 2 ) . DIRECTORY_SEPARATOR );
date_default_timezone_set( "UTC" );
ini_set( 'memory_limit', '256M' );
ini_set( 'memory_limit', '512M' );

//Extend execution to 5 minutes
//ini_set( 'max_execution_time', 300 );
Expand Down

0 comments on commit 25cb9a4

Please sign in to comment.