--- lbbs/src/menu_proc.c 2025/11/04 13:49:51 1.44 +++ lbbs/src/menu_proc.c 2025/11/05 01:04:06 1.46 @@ -3,7 +3,7 @@ * menu_proc * - handler functions of menu commands * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ #include "article_cache.h" @@ -269,7 +269,7 @@ int show_top10_menu(void *param) show_top10 = 0; return 0; case KEY_TIMEOUT: - if (time(NULL) - BBS_last_access_tm >= MAX_DELAY_TIME) + if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time) { log_error("User input timeout\n"); show_top10 = 0;