From 70dfe52e0ce1739dab5daff7308892d828c705c4 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 31 Dec 2007 04:40:51 +0000 Subject: - better flush/synchronization flow git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3767 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sample/pttbbs.conf') diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 734bf743..b54c4c5d 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -47,7 +47,7 @@ #define GLOBAL_BUGREPORT BBSMNAME "Bug" /* 法律訴訟的板 */ #define GLOBAL_LAW BBSMNAME "Law" -/* 新手板 */ +/* 新手板(會自動進我的最愛) */ #define GLOBAL_NEWBIE BBSMNAME "NewHand" /* 外國板 */ #define GLOBAL_FOREIGN BBSMNAME "Foreign" @@ -72,7 +72,11 @@ /* 最大編輯行數, 以防有惡意使用者 post 巨大文章 */ -#define MAX_EDIT_LINE 2048 +#define MAX_EDIT_LINE (2048) +#define MAX_EDIT_LINE_LARGE (32000) + +/* 若定義則啟用修文自動合併系統 */ +#define EDITPOST_SMARTMERGE /* 若定義, 則可以免費隱形 */ #define HAVE_FREECLOAK 1 @@ -248,7 +252,7 @@ /* 若定義, 新板設定自動開記錄,不過 USE_AUTOCPLOG 還是要開才有用 */ #define DEFAULT_AUTOCPLOG -/* 若定義,少於此數目的金錢將不開發票 */ +/* 若定義,少於此數目的金錢將不開發票,也不能對獎 */ #define VICE_MIN (100) /* 贈送信箱 */ -- cgit v1.2.3