diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-18 00:42:57 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-18 00:42:57 +0800 |
commit | c2cded3c25ffed4bd3ceda295b477d8b5f6f929c (patch) | |
tree | 8fdd9e896ff38c4545a74c225218010776965ff3 /sample/pttbbs_minimal.conf | |
parent | 1d88f1ec941997fad204a51371b0ef4552d62ea8 (diff) | |
download | pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.gz pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.bz2 pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.lz pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.xz pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.tar.zst pttbbs-c2cded3c25ffed4bd3ceda295b477d8b5f6f929c.zip |
Equivalent config file updates
- little/big endian is useless.
- DBCSAWARE_* now merged into DBCSAWARE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3056 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs_minimal.conf')
-rw-r--r-- | sample/pttbbs_minimal.conf | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/sample/pttbbs_minimal.conf b/sample/pttbbs_minimal.conf index 6f865a80..1536dfd0 100644 --- a/sample/pttbbs_minimal.conf +++ b/sample/pttbbs_minimal.conf @@ -3,21 +3,15 @@ #define BBSENAME "PTT" /* 英文站名 */ #define MYHOSTNAME "ptt.csie.ntu.edu.tw" /* 網路位址 */ #define MYIP "140.112.30.142" /* IP位址 */ -#define REGCODE_MAGIC "pttbbs" /* 註冊亂數種子 */ -#define RELAY_SERVER_IP "140.112.30.143" /* 寄站外信的 server */ +#define REGCODE_MAGIC "changeMe" /* 註冊亂數種子 */ /* 下面是較常改的設定,不改也行 */ /* Performance Settings */ -#define MAX_USERS (150000) -#define MAX_ACTIVE (4096) -#define MAX_CPULOAD (50) -#define MAX_FROM (512) +#define MAX_USERS (15000) /* 最高註冊人數 */ +#define MAX_ACTIVE (512) /* 最多同時上站人數 */ /* Misc Settings */ -#define MEM_CHECK (0) -#define TITLE_COLOR "\33[0;1;37;44m" -#define MAX_POST_MONEY (1000) -#define MAX_CHICKEN_MONEY (10000) +#define MEM_CHECK (0) /* 設為 0 代表非測試中 */ /* vim:ft=c */ |