1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update app/config/variables.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Damodar Lohani 2022-02-22 16:24:36 +05:45 committed by GitHub
parent 289cffa0bb
commit 45e6845826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,7 +500,7 @@ return [
'variables' => [
[
'name' => '_APP_FUNCTIONS_DEPLOYMENT_LIMIT',
'description' => 'The maximum size deployment in bytes.',
'description' => 'The maximum size deployment in bytes. The default value is 30MB.',
'introduction' => '0.13.0',
'default' => '30000000',
'required' => false,