mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
lowered max execution time
This commit is contained in:
@@ -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 = 600;
|
$max_execution_time = 180;
|
||||||
$php_version = '8.0';
|
$php_version = '8.0';
|
||||||
|
|
||||||
// Writable
|
// Writable
|
||||||
|
|||||||
Reference in New Issue
Block a user