summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-15 19:26:41 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-15 19:26:41 +0800
commitbc871aca5918c170b108c5c5691bd404669ab678 (patch)
tree3104bf0d03a21c2931034111bea98538b0dc40bf /include
parent852ce36e502ee9b02afb8b6bbb6ca11ebb07b1bb (diff)
downloadpttbbs-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')
-rw-r--r--include/config.h4
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