【 在 GUOQ (QSP) 的大作中提到: 】
: 在 sysconf.ini 文件中将
: #SHOW_IDLE_TIME = 1 改为
: SHOW_IDLE_TIME = 1 并在BBS 主选单按过 shift + '~'
: 不过看不出任何变化,也找不到发呆时间。。。
: ???
这里只是定义是否显示用户idle时间,发呆踢出应该在config.h中:
/*
Define DOTIMEOUT to set a timer to log out users who sit idle on the
system.
Then decide how long to let them stay: MONITOR_TIMEOUT is the time in
seconds a user can sit idle in Monitor mode; IDLE_TIMEOUT applies to all
other modes.
*/
#define DOTIMEOUT 1
/*
These are moot if DOTIMEOUT is commented; leave them defined anyway.
*/
#define IDLE_TIMEOUT (60*15)
#define LOGIN_TIMEOUT (60*3)
--
FROM 210.45.208.110