From b9bee986edefa1e615cff995d4583f3504d6c7c9 Mon Sep 17 00:00:00 2001 From: SoftSquirrel Date: Wed, 9 Mar 2022 15:15:55 +0800 Subject: [PATCH] IssueNo: #I4VXYT: modify file length Description: modify file length Sig: SIG_ApplicaitonFramework Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: SoftSquirrel --- base/src/file_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/file_ex.cpp b/base/src/file_ex.cpp index 61b4cc3..d52f1b4 100755 --- a/base/src/file_ex.cpp +++ b/base/src/file_ex.cpp @@ -29,7 +29,7 @@ using namespace std; -const int MAX_FILE_LENGTH = 320 * 1024 * 1024; +const int MAX_FILE_LENGTH = 32 * 1024 * 1024; namespace OHOS { -- Gitee