From da2c2e6f1de8a7a34a5536e58edf2da5bffae2bb Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:30:56 +0100 Subject: [PATCH] chore: update desc --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,