manager: Set up in real time using the correct method

This commit is contained in:
ShirkNeko
2025-11-16 17:19:48 +08:00
parent c4d8c49e5c
commit cbcaa07fd5
5 changed files with 12 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
extern struct timezone sys_tz;
#define SULOG_PATH "/data/adb/ksu/log/sulog.log"
#define SULOG_MAX_SIZE (128 * 1024 * 1024) // 128MB
#define SULOG_MAX_SIZE (32 * 1024 * 1024) // 128MB
#define SULOG_ENTRY_MAX_LEN 512
#define SULOG_COMM_LEN 256
#define DEDUP_SECS 10