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-03 12:58:34 +08:00
parent b0201e58b7
commit 148575e83f
+1 -1
View File
@@ -29,7 +29,7 @@
using namespace std;
const int MAX_FILE_LENGTH = 32 * 1024 * 1024;
const int MAX_FILE_LENGTH = 320 * 1024 * 1024;
namespace OHOS {