diff --git a/.env b/.env index 178bfda89b..55b6aae011 100644 --- a/.env +++ b/.env @@ -34,7 +34,7 @@ _APP_SMTP_PORT=1025 _APP_SMTP_SECURE= _APP_SMTP_USERNAME= _APP_SMTP_PASSWORD= -_APP_STORAGE_LIMIT=3000000000 +_APP_STORAGE_LIMIT=30000000 _APP_FUNCTIONS_SIZE_LIMIT=30000000 _APP_FUNCTIONS_TIMEOUT=900 _APP_FUNCTIONS_BUILD_TIMEOUT=900 diff --git a/app/config/variables.php b/app/config/variables.php index 5ec195844f..1b55d9eef5 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -395,9 +395,9 @@ return [ 'variables' => [ [ 'name' => '_APP_STORAGE_LIMIT', - 'description' => 'Maximum file size allowed for file upload. The default value is 10MB limitation. You should pass your size limit value in bytes.', + 'description' => 'Maximum file size allowed for file upload. The default value is 30MB. You should pass your size limit value in bytes.', 'introduction' => '0.7.0', - 'default' => '10000000', + 'default' => '30000000', 'required' => false, 'question' => '', 'filter' => ''