日志删除设置10M大小

This commit is contained in:
13038267101 2023-05-10 10:14:24 +08:00
parent fdcee9c1c3
commit 3dd6e38cf7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <mutex>
#include "ini_file.h"
#define VMRSS_LINE 21 //实际物理内存使用率
#define MAX_LOG_FILE_SIZE 100 * 1024 * 1024
#define MAX_LOG_FILE_SIZE 10 * 1024 * 1024
#ifdef _INTSIZEOF
#undef _INTSIZEOF
#define _INTSIZEOF(n) ((sizeof(n) + sizeof(long) - 1) & ~(sizeof(long) - 1))