Skip to content

Commit

Permalink
[4.x] Use correct set_time_limit no limit value (#9297)
Browse files Browse the repository at this point in the history
Use correct set_time_limit no limit value
  • Loading branch information
robinvdvleuten authored Jan 10, 2024
1 parent 5b1fded commit c9694ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
*/

'php_memory_limit' => '-1',
'php_max_execution_time' => '-1',
'php_max_execution_time' => '0',
'ajax_timeout' => '600000',
'pcre_backtrack_limit' => '-1',

Expand Down

0 comments on commit c9694ae

Please sign in to comment.