summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-15 19:00:39 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-15 19:00:39 +0800
commit1919d679b1cba308d2b3c236d59977a6bc8f69a8 (patch)
treee9424d7999e5b9c5052c3bfeea359dc03faf8523
parent9d3f932de69b40ed8da03e29a91a4b60a1f4f603 (diff)
downloadpttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar
pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.gz
pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.bz2
pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.lz
pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.xz
pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.tar.zst
pttbbs-1919d679b1cba308d2b3c236d59977a6bc8f69a8.zip
remove DIRCACHESIZE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1764 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index a08bc4f7..d44ce8a0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -93,10 +93,6 @@
#define MAX_EXKEEPMAIL (1000) /* 最多信箱加大多少封 */
#endif
-#ifndef DIRCACHESIZE
-#define DIRCACHESIZE (40) /* cache 文章列表中最後40篇 */
-#endif
-
#ifndef OVERLOADBLOCKFDS
#define OVERLOADBLOCKFDS (0) /* 超載後會保留這麼多個 fd */
#endif