diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-26 00:31:50 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-26 00:31:50 +0800 |
commit | 55a067965fdf64ac2726ae1fbc2c1d94c8557dd3 (patch) | |
tree | 53e20c69987b1d7abd517a4fa00add72c6c73afa /include/config.h | |
parent | f265780b3421cc2ffeb7c1a813c120c7d19b17dc (diff) | |
download | pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.tar pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.tar.gz pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.tar.bz2 pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.tar.lz pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.tar.xz pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.tar.zst pttbbs-55a067965fdf64ac2726ae1fbc2c1d94c8557dd3.zip |
- 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
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 |