From 2b6e95a4451743f38ef2b59b768a2eb47261d3fc Mon Sep 17 00:00:00 2001 From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> Date: Sat, 26 Oct 2002 18:13:47 +0000 Subject: MAX_BOARD git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@544 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index f791f328..9dda2061 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -18,13 +18,16 @@ #define MULTI_WELCOME_LOGIN /* �̤j CPU�t��, �W�L���ɭԱN�ڨM login */ -#define MAX_CPULOAD 400 +#define MAX_CPULOAD (400) /* �̦h���U�H��, �C�ӤH�|�α� 21 bytes �� shared-memory */ -#define MAX_USERS 150000 +#define MAX_USERS (150000) /* �̦h�P�ɤW�u�H��, �C�ӤH�|�α� 3456 bytes �� shared-memory */ -#define MAX_ACTIVE 4096 +#define MAX_ACTIVE (4096) + +/* �̤j�}�O�Ӽ�, �C�ӷ|�α� 6420 bytes �� shared-memory */ +#define MAX_BOARD (8192) /* �H�H�� relay server */ #define RELAY_SERVER_IP "140.112.30.144" // to pttx @@ -37,7 +40,7 @@ //#define ALL_REEDIT_LOG /* �w�q�ݪO�n�ͦW��N�|�b�X�����ᥢ�ıj������ */ -#define HBFLexpire 432000 +#define HBFLexpire (432000) /* �O�D�i�H���j�g H�������λP�_ */ #define BMCHS -- cgit v1.2.3