remove reccache (mostly)

This commit is contained in:
Dwight
2010-05-17 10:38:36 -04:00
parent 1ea54f26ab
commit 8ac01ac9dc
13 changed files with 30 additions and 27 deletions

View File

@@ -18,13 +18,15 @@
#include "pch.h"
#include "pdfile.h"
#include "reccache.h"
//#include "reccache.h"
#include "rec.h"
#include "db.h"
#error deprecated - do not include in project
namespace mongo {
RecCache theRecCache(BucketSize);
//RecCache theRecCache(BucketSize);
// 100k * 8KB = 800MB
unsigned RecCache::MAXNODES = 50000;