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 4aea85f3..86de5cd8 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -128,6 +128,11 @@ 量的系統負和 (測試中, 未完成) */ //#define NOKILLWATERBALL + +/* 若定義, 則在系統超過負荷的時候, 新接的連線會留住 OVERLOADBLOCKFDS + 這麼多個 fd , 以避免使用者狂連造成更大的負荷 (default: 0) */ +//#define OVERLOADBLOCKFDS 128 + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" |