--- lbbs/src/menu.c 2025/10/29 05:30:05 1.77 +++ lbbs/src/menu.c 2025/11/02 08:14:48 1.79 @@ -38,7 +38,7 @@ #define MENU_SET_RESERVED_LENGTH (sizeof(int16_t) * 4) -#define MENU_SHMGET_RETRY_LIMIT 3 +#define MENU_SHMGET_RETRY_LIMIT 10 MENU_SET bbs_menu; MENU_SET top10_menu; @@ -118,10 +118,8 @@ int load_menu(MENU_SET *p_menu_set, cons conf_file, size, errno, retry_cnt + 1); break; } -#ifdef _DEBUG log_error("shmget(conf_file=%s, proj_id=%d, key=0x%x, size=%d) error (%d), retry ...\n", conf_file, proj_id + retry_cnt, key, size, errno); -#endif retry_cnt++; } } while (p_menu_set->shmid == -1);