diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 854bbeb9..0532cf04 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -14,7 +14,7 @@ #define BBSUID 9999 #define BBSGID 99 -/* 最大編輯行數, 以防有惡意使用使 post 巨大文章 */ +/* 最大編輯行數, 以防有惡意使用者 post 巨大文章 */ #define MAX_EDIT_LINE 2048 /* 若定義, 則可以免費隱形 */ @@ -23,7 +23,7 @@ /* 可以設定多重進站畫面 */ #define MULTI_WELCOME_LOGIN -/* 最大 CPU負荷, 超過的時候將拒決 login */ +/* 最大 CPU負荷, 超過的時候將拒絕 login */ #define MAX_CPULOAD (400) /* 最多註冊人數, 每個人會用掉 21 bytes 的 shared-memory */ |