diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-15 19:26:41 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-15 19:26:41 +0800 |
commit | bc871aca5918c170b108c5c5691bd404669ab678 (patch) | |
tree | 3104bf0d03a21c2931034111bea98538b0dc40bf /include/config.h | |
parent | 852ce36e502ee9b02afb8b6bbb6ca11ebb07b1bb (diff) | |
download | pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.tar pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.tar.gz pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.tar.bz2 pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.tar.lz pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.tar.xz pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.tar.zst pttbbs-bc871aca5918c170b108c5c5691bd404669ab678.zip |
long idle timeout
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@176 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index eb1ea28f..b82d4f48 100644 --- a/include/config.h +++ b/include/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.2 2002/03/24 18:32:52 in2 Exp $ */ +/* $Id: config.h,v 1.3 2002/05/15 11:26:41 in2 Exp $ */ #ifndef INCLUDE_CONFIG_H #define INCLUDE_CONFIG_H @@ -157,7 +157,7 @@ #define DOTIMEOUT #ifdef DOTIMEOUT -#define IDLE_TIMEOUT (30*60) /* 一般情況之 timeout */ +#define IDLE_TIMEOUT (43200) /* 一般情況之 timeout (12hr) */ #define MONITOR_TIMEOUT (20*60) /* monitor 時之 timeout */ #define SHOW_IDLE_TIME /* 顯示閒置時間 */ #endif |