summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-17 09:49:18 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-17 09:49:18 +0800
commit7b50581c6403ab713e0a8f4e99303ddf4f24ee09 (patch)
tree9950c52e3f2cfa0cc12af7feb65e50189d5f4411
parentcab70cf480b805f9f26e9a5407aec333b1fd2400 (diff)
downloadpttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.tar
pttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.tar.gz
pttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.tar.bz2
pttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.tar.lz
pttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.tar.xz
pttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.tar.zst
pttbbs-7b50581c6403ab713e0a8f4e99303ddf4f24ee09.zip
* update default ack waiting timeout (should be longer)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4647 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/daemon/logind/logind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/daemon/logind/logind.c b/pttbbs/daemon/logind/logind.c
index ef7e43e0..2b0b74b6 100644
--- a/pttbbs/daemon/logind/logind.c
+++ b/pttbbs/daemon/logind/logind.c
@@ -55,7 +55,7 @@
#endif
#ifndef ACK_TIMEOUT_SEC
-#define ACK_TIMEOUT_SEC (30) // (5*60)
+#define ACK_TIMEOUT_SEC (5*60)
#endif
#ifndef BAN_SLEEP_SEC