From 55a067965fdf64ac2726ae1fbc2c1d94c8557dd3 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 25 Jan 2008 16:31:50 +0000 Subject: - mbbsd: provide the possibility to optimize some API. keep port information. - make DEBUGSLEEP waiting configurable. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3867 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 47603f02..825b1ec4 100644 --- a/include/config.h +++ b/include/config.h @@ -130,6 +130,10 @@ #define MAX_FROM (300) /* 最多故鄉數 */ #endif +#ifndef DEBUGSLEEP_SECONDS +#define DEBUGSLEEP_SECONDS (3600) /* debug 等待時間 */ +#endif + #ifndef THREAD_SEARCH_RANGE #define THREAD_SEARCH_RANGE (500) #endif @@ -297,7 +301,7 @@ #define ALLPOST "ALLPOST" #define ALLHIDPOST "ALLHIDPOST" -#define MAXTAGS 256 +#define MAXTAGS 255 #define WRAPMARGIN (511) #endif -- cgit v1.2.3