summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-20 10:40:30 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-20 10:40:30 +0800
commit0b5909999dcc7f79f44e1fda88223d24dc612ccf (patch)
treecb5c2e6e0474a019a52e5136d7e14a46f26cb206 /include
parentb0a73061e580398fb00910de6e6e37592fabe731 (diff)
downloadpttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.tar
pttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.tar.gz
pttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.tar.bz2
pttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.tar.lz
pttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.tar.xz
pttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.tar.zst
pttbbs-0b5909999dcc7f79f44e1fda88223d24dc612ccf.zip
larger cachesize
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@479 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/outtacache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/outtacache.h b/include/outtacache.h
index 90756cde..6865935b 100644
--- a/include/outtacache.h
+++ b/include/outtacache.h
@@ -1,7 +1,7 @@
#ifndef INCLUDE_OUTTACACHE_H
#define INCLUDE_OUTTACACHE_H
-#define CACHE_BUFSIZE (200*1024)
+#define CACHE_BUFSIZE (20000000)
#define OC_HEADERLEN (sizeof(OCkey_t) + sizeof(int))
#define OC_KEYLEN (sizeof(OCkey_t))
#define OC_pidadd 10000000