/[LeafOK_CVS]/lbbs/src/bbs.c
ViewVC logotype

Diff of /lbbs/src/bbs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.30 by sysadm, Wed Oct 22 04:48:53 2025 UTC Revision 1.31 by sysadm, Wed Oct 22 16:12:50 2025 UTC
# Line 38  int BBS_sys_id = 1; Line 38  int BBS_sys_id = 1;
38  const int BBS_section_list_load_interval = 5; // second  const int BBS_section_list_load_interval = 5; // second
39    
40  // User  // User
41  const int BBS_user_list_load_interval = 60;               // second  const int BBS_user_list_load_interval = 60;               // 1 minute
42  const int BBS_user_online_list_load_interval = 5; // second  const int BBS_user_online_list_load_interval = 5; // 5 seconds
43  const int BBS_user_off_line = 900;                                // 15 minutes  const int BBS_user_off_line = 900;                                // 15 minutes
44    
45  char BBS_username[BBS_username_max_len + 1];  char BBS_username[BBS_username_max_len + 1];


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1