$max_execution_time adjusted

This commit is contained in:
Čarodej
2022-07-28 19:08:28 +02:00
parent dba177d7f3
commit d8f1f57b89

View File

@@ -9,7 +9,7 @@ class GetServerSetupStatusAction
$upload_max_filesize = 128; $upload_max_filesize = 128;
$post_max_size = 128; $post_max_size = 128;
$memory_limit = 512; $memory_limit = 512;
$max_execution_time = 180; $max_execution_time = 120;
$php_version = '8.1'; $php_version = '8.1';
// Writable // Writable