--- lbbs/include/article_view_log.h 2025/06/07 10:00:10 1.3 +++ lbbs/include/article_view_log.h 2025/10/13 00:18:40 1.4 @@ -19,14 +19,14 @@ #include -#define MAX_AID_INC_CNT 1000 +#define MAX_VIEWED_AID_INC_CNT 1000 struct article_view_log_t { int uid; int32_t *aid_base; int aid_base_cnt; - int32_t aid_inc[MAX_AID_INC_CNT]; + int32_t aid_inc[MAX_VIEWED_AID_INC_CNT]; int aid_inc_cnt; }; typedef struct article_view_log_t ARTICLE_VIEW_LOG;