--- lbbs/include/article_cache.h 2025/11/04 14:58:55 1.10 +++ lbbs/include/article_cache.h 2025/11/05 03:17:12 1.11 @@ -13,6 +13,11 @@ #include "section_list.h" #include "str_process.h" +enum article_cache_constant_t +{ + ARTICLE_CONTENT_MAX_LEN = 1024 * 1024 * 4, // 4MB +}; + struct article_cache_t { void *p_mmap;