summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-04 13:31:55 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-04 13:31:55 +0800
commit9859c6703c37ac408620a22d63801bd4f896fe4c (patch)
tree7995ffe12058a8d8661d6ae2ab5b0be6dd4cb468 /include
parent5ffd368e5896a011a82d76b91af257f5ebb63e34 (diff)
downloadpttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.tar
pttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.tar.gz
pttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.tar.bz2
pttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.tar.lz
pttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.tar.xz
pttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.tar.zst
pttbbs-9859c6703c37ac408620a22d63801bd4f896fe4c.zip
- fix bid issue
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3782 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 58ad758e..47603f02 100644
--- a/include/config.h
+++ b/include/config.h
@@ -118,6 +118,10 @@
#define MAX_EDIT_LINE 2048 /* 文章最長編輯長度 */
#endif
+#ifndef MAX_EDIT_LINE_LARGE
+#define MAX_EDIT_LINE_LARGE (32000)
+#endif
+
#ifndef MAX_LIFE /* 最長使用者保留時間(秒) */
#define MAX_LIFE (120 * 24 * 60 * 60)
#endif