diff --git a/app/config/variables.php b/app/config/variables.php index 4c0516b2c2..eced52d80a 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -720,7 +720,7 @@ return [ ], [ 'name' => '_APP_FUNCTIONS_BUILD_SIZE_LIMIT', - 'description' => 'The maximum size of a built deployment in bytes. The default value is 2GB.', + 'description' => 'The maximum size of a built deployment in bytes. The default value is 2,000,000,000 (2GB), and the maximum value is 4,294,967,295 (4.2GB).', 'introduction' => '1.6.0', 'default' => '2000000000', 'required' => false,