diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-27 02:13:47 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-27 02:13:47 +0800 |
commit | 2d2f38521dbf53907b57d43fb3bb6c2df1c01e26 (patch) | |
tree | ac97d43ffb6e5823da859d508761aa98d958bb0d | |
parent | a37bbf0c896ca712cf28d8cd48bc9401518a6193 (diff) | |
download | pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.tar pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.tar.gz pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.tar.bz2 pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.tar.lz pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.tar.xz pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.tar.zst pttbbs-2d2f38521dbf53907b57d43fb3bb6c2df1c01e26.zip |
MAX_BOARD
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@544 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/sample/pttbbs.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pttbbs/sample/pttbbs.conf b/pttbbs/sample/pttbbs.conf index f791f328..9dda2061 100644 --- a/pttbbs/sample/pttbbs.conf +++ b/pttbbs/sample/pttbbs.conf @@ -18,13 +18,16 @@ #define MULTI_WELCOME_LOGIN /* 程 CPU璽颤, 禬筁盢┶∕ login */ -#define MAX_CPULOAD 400 +#define MAX_CPULOAD (400) /* 程爹计, –穦ノ奔 21 bytes shared-memory */ -#define MAX_USERS 150000 +#define MAX_USERS (150000) /* 程絬计, –穦ノ奔 3456 bytes shared-memory */ -#define MAX_ACTIVE 4096 +#define MAX_ACTIVE (4096) + +/* 程秨狾计, –穦ノ奔 6420 bytes shared-memory */ +#define MAX_BOARD (8192) /* 盚獺 relay server */ #define RELAY_SERVER_IP "140.112.30.144" // to pttx @@ -37,7 +40,7 @@ //#define ALL_REEDIT_LOG /* ﹚竡狾ね虫盢穦碭牧ア眏更 */ -#define HBFLexpire 432000 +#define HBFLexpire (432000) /* 狾糶 Hち传留籔 */ #define BMCHS |