Skip to content

Commit

Permalink
push it to the limit
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 24, 2024
1 parent 50b9518 commit 6d079f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function bot_debug_log(string $log_this) : void {
exit('Unable to set encoding');
}

ini_set("memory_limit", "1324M");
ini_set("memory_limit", "1824M");
ini_set("pcre.backtrack_limit", "1425000000");
ini_set("pcre.recursion_limit", "425000000");
if (isset($_REQUEST["pcre"]) || (strpos((string) @$_SERVER['PHP_SELF'], '/gadgetapi.php') !== FALSE)) { // Willing to take slight performance penalty on Gadget
Expand Down

0 comments on commit 6d079f4

Please sign in to comment.