!2499 冻屏临时文件夹老化参数修改

Merge pull request !2499 from 郑冬冬冬/master
This commit is contained in:
openharmony_ci 2024-11-22 06:25:14 +00:00 committed by Gitee
commit 3b7815e0f4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -29,8 +29,8 @@ namespace {
static const int MILLISECOND = 1000;
static const int MAX_LINE_NUM = 100;
static const int TIME_STRING_LEN = 16;
static const int MAX_FILE_NUM = 500;
static const int MAX_FOLDER_SIZE = 50 * 1024 * 1024;
static const int MAX_FILE_NUM = 5;
static const int MAX_FOLDER_SIZE = 5 * 1024 * 1024;
static constexpr const char* const TRIGGER_HEADER = ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>";
static constexpr const char* const HEADER = "*******************************************";
static constexpr const char* const HYPHEN = "-";