diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-23 00:57:36 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-23 00:57:36 +0800 |
commit | 83431f2cd992c38eb2fbc3b5095c52034fd2ff3f (patch) | |
tree | 6ee954826c28f78a972cbd622ffa0ddb6586553c /include | |
parent | ecb8b2d326822691b2633451732f8d7685353383 (diff) | |
download | pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.tar pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.tar.gz pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.tar.bz2 pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.tar.lz pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.tar.xz pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.tar.zst pttbbs-83431f2cd992c38eb2fbc3b5095c52034fd2ff3f.zip |
sync with PTT1 local modified source:
- debug with msgfwderr
- enlarge thread search range
- more verbose board info
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2942 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttbbs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttbbs.conf b/include/pttbbs.conf index f4ed772a..3017382d 100644 --- a/include/pttbbs.conf +++ b/include/pttbbs.conf @@ -7,6 +7,7 @@ #define BBSUID 9999 #define BBSGID 99 +#define THREAD_SEARCH_RANGE (500) #define MAX_USERS 150000 #define MAX_ACTIVE 4096 #define MAX_CPULOAD 50 |