IssueNo: #I4VXYT: modify file length

Description: modify file length
Sig: SIG_ApplicaitonFramework
Feature or Bugfix: Bugfix
Binary Source: No

Signed-off-by: SoftSquirrel <xuhao47@huawei.com>
This commit is contained in:
SoftSquirrel
2022-03-09 15:15:55 +08:00
parent 404d4463a0
commit b9bee986ed
+1 -1
View File
@@ -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 {