/[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.34 by sysadm, Fri Oct 24 00:47:42 2025 UTC Revision 1.35 by sysadm, Mon Nov 3 15:08:54 2025 UTC
# Line 36  int BBS_max_client_per_ip = MAX_CLIENT_P Line 36  int BBS_max_client_per_ip = MAX_CLIENT_P
36  char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日";  char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日";
37  int BBS_sys_id = 1;  int BBS_sys_id = 1;
38    
39  const int BBS_section_list_load_interval = 5; // second  const int BBS_section_list_load_interval = 1; // second
40    
41  // User  // User
42  const int BBS_user_list_load_interval = 60;               // 1 minute  const int BBS_user_list_load_interval = 60;               // 1 minute


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

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