diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index e847ab96..8abc066b 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -127,6 +127,9 @@ /* 使用 HUGETLB shared memory . 目前只在 Linux 上有效 */ //#define USE_HUGETLB +/* 讓過於熱門或被鬧的版冷靜, SHM 會變大一些些 */ +#define USE_COOLDOWN + /* 若定義, 則在刪除看板文章的時候, 僅會在 .DIR 中標明, 並不會將該資料 從 .DIR 中拿掉. 可以避免多項問題 (尤其是熱門看板一堆推薦及編輯時) 須配合使用 (尚未完成) */ |