diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 2d50c647..f9766815 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -142,6 +142,11 @@ 則可透過 NO_SYSOP_ACCOUNT 關閉該帳號, 以避免安全問題發生. */ //#define NO_SYSOP_ACCOUNT +/* 若定義, 則熱門看板列表會改用 shmctl utmpsortd 來計算, 而不是每 + 個使用者自己算. 在站上會同時有很多人同時跑去看熱門看板的時候用. + 若站上並不會一瞬間很多人跑去看熱門看板, 會得到反效果. */ +//#define HOTBOARDCACHE 128 + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" |